From: Michael Chan <michael.c...@broadcom.com> Date: Fri, 3 Jul 2020 03:19:39 -0400
> This patchset implements ethtool -X to setup user-defined RSS indirection > table. The new infrastructure also allows the proper logical ring index > to be used to populate the RSS indirection when queried by ethtool -x. > Prior to these patches, we were incorrectly populating the output of > ethtool -x with internal ring IDs which would make no sense to the user. > > The last 2 patches add some cleanups to the VLAN acceleration logic > and check the firmware capabilities before allowing VLAN acceleration > offloads. > > v2: Some RSS indirection table changes requested by Jakub Kicinski. Jakub, please review.