Message ID | 20241026125339.26459-1-puranjay@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Optimize bpf_csum_diff() and homogenize for all archs | expand |
Hello: This series was applied to bpf/bpf-next.git (net) by Daniel Borkmann <daniel@iogearbox.net>: On Sat, 26 Oct 2024 12:53:35 +0000 you wrote: > Changes in v3: > v2: https://lore.kernel.org/all/20241023153922.86909-1-puranjay@kernel.org/ > - Fix sparse warning in patch 2 > > Changes in v2: > v1: https://lore.kernel.org/all/20241021122112.101513-1-puranjay@kernel.org/ > - Remove the patch that adds the benchmark as it is not useful enough to be > added to the tree. > - Fixed a sparse warning in patch 1. > - Add reviewed-by and acked-by tags. > > [...] Here is the summary with links: - [bpf-next,v3,1/4] net: checksum: move from32to16() to generic header https://git.kernel.org/bpf/bpf-next/c/db71aae70e3e - [bpf-next,v3,2/4] bpf: bpf_csum_diff: optimize and homogenize for all archs https://git.kernel.org/bpf/bpf-next/c/6a4794d5a3e2 - [bpf-next,v3,3/4] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier https://git.kernel.org/bpf/bpf-next/c/b87f584024e1 - [bpf-next,v3,4/4] selftests/bpf: Add a selftest for bpf_csum_diff() https://git.kernel.org/bpf/bpf-next/c/00c1f3dc66a3 You are awesome, thank you!