mbox series

[nf,0/2] nft_set_pipapo: Fix AVX2 MAC address match, add test

Message ID cover.1637976889.git.sbrivio@redhat.com (mailing list archive)
Headers show
Series nft_set_pipapo: Fix AVX2 MAC address match, add test | expand

Message

Stefano Brivio Nov. 27, 2021, 10:33 a.m. UTC
Patch 1/2 fixes the issue reported by Nikita where a MAC address
wouldn't match if given as first field of a set, and patch 2/2 adds
the corresponding test.

Stefano Brivio (2):
  nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit
    groups
  selftests: netfilter: Add correctness test for mac,net set type

 net/netfilter/nft_set_pipapo_avx2.c           |  2 +-
 .../selftests/netfilter/nft_concat_range.sh   | 24 ++++++++++++++++---
 2 files changed, 22 insertions(+), 4 deletions(-)

Comments

Pablo Neira Ayuso Dec. 8, 2021, 12:25 a.m. UTC | #1
On Sat, Nov 27, 2021 at 11:33:36AM +0100, Stefano Brivio wrote:
> Patch 1/2 fixes the issue reported by Nikita where a MAC address
> wouldn't match if given as first field of a set, and patch 2/2 adds
> the corresponding test.

Series applied, thanks