]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-add-spectrum-4-support'
authorJakub Kicinski <kuba@kernel.org>
Fri, 7 Jan 2022 04:00:48 +0000 (20:00 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 7 Jan 2022 04:00:48 +0000 (20:00 -0800)
commit03c7e9f362d8ec361da77af0f84301bea2b58e66
tree33fbaa634f425113bab1eab6b2e4de5c1889d434
parentc2e877e9dc118703a36404db7a6434b056c733fc
parent028a4c9ccf8c822113e8ec71111cf5792dd398f9
Merge branch 'mlxsw-add-spectrum-4-support'

Ido Schimmel says:

====================
mlxsw: Add Spectrum-4 support

This patchset adds Spectrum-4 support in mlxsw. It builds on top of a
previous patchset merged in commit 7f7afa9679d4 ("Merge branch
'mlxsw-Spectrum-4-prep'") and makes two additional changes before adding
Spectrum-4 support.

Patchset overview:

Patches #1-#2 add a few Spectrum-4 specific variants of existing ACL
keys. The new variants are needed because the size of certain key
elements (e.g., local port) was increased in Spectrum-4.

Patches #3-#6 are preparations.

Patch #7 implements the Spectrum-4 variant of the Bloom filter hash
function. The Bloom filter is used to optimize ACL lookups by
potentially skipping certain lookups if they are guaranteed not to
match. See additional info in merge commit 71d1ced5466d ("Merge branch
'mlxsw-spectrum_acl-Add-Bloom-filter-support'").

Patch #8 finally adds Spectrum-4 support.
====================

Link: https://lore.kernel.org/r/20220106160652.821176-1-idosch@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>