mirror of
https://github.com/xdp-project/bpf-examples.git
synced 2024-05-06 15:54:53 +00:00
In kernel selftest/bpf xdp synproxy has: [0] b6a3451e084 (selftests/bpf: Fix erroneous bitmask operation) sync the fix here. It addresses an issue when xdp synproxy need to handle SYNACK from backend server, see [1]. [0]: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git/commit/?id=b6a3451e0847 [1]: https://lore.kernel.org/xdp-newbies/CAK3+h2z1r69Z5g+qTwCaJzgnD5sv93x67TLJ3gVQ70_nFE0AqQ@mail.gmail.com/T/#t Signed-off-by: Vincent Li <vincent.mc.li@gmail.com>