From mboxrd@z Thu Jan 1 00:00:00 1970 From: dan@coverfire.com Date: Fri, 05 Feb 2021 22:37:10 -0500 Subject: [Intel-wired-lan] 710/i40e, RSS and 802.1ad (double vlan) Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: When receiving 802.1ad traffic, the 710 puts it all on one queue by default which limits the scalability. The use case I care about is simply skipping both VLAN headers to get the 5-tuple and select the RSS queue based on that. I've tried to find a way to do this but have failed. Can the hardware do this? Would a DDP package be able to do this? Pointers appreciated.