From: David S. Miller Date: Mon, 19 Feb 2024 10:20:39 +0000 (+0000) Subject: Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=06d53b03466fcbffb29441b886b26695eb31e862;p=linux.git 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 --- 06d53b03466fcbffb29441b886b26695eb31e862