Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next
authorDavid S. Miller <davem@davemloft.net>
Mon, 19 Feb 2024 10:20:39 +0000 (10:20 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Feb 2024 10:20:39 +0000 (10:20 +0000)
commit06d53b03466fcbffb29441b886b26695eb31e862
tree03f9aff596b831c14d8933d3c4f90e9a8870d862
parentd0bcc15cbae806cad7d1d90003c82ecb5833b533
parentf09cbb6c94e47b4be985bfd3c8cf453818f5ef9d
Merge branch '40GbE' of git://git./linux/kernel/git/tnguy/next
-queue

Tony Nguyen says:

====================
i40e: Simplify VSI and VEB handling

Ivan Vecera says:

The series simplifies handling of VSIs and VEBs by introducing for-each
iterating macros, 'find' helper functions. Also removes the VEB
recursion because the VEBs cannot have sub-VEBs according datasheet and
fixes the support for floating VEBs.

The series content:
Patch 1 - Uses existing helper function for find FDIR VSI instead of loop
Patch 2 - Adds and uses macros to iterate VSI and VEB arrays
Patch 3 - Adds 2 helper functions to find VSIs and VEBs by their SEID
Patch 4 - Fixes broken support for floating VEBs
Patch 5 - Removes VEB recursion and simplifies VEB handling
====================

Signed-off-by: David S. Miller <davem@davemloft.net>