]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Expose RSS indirection tables for queue groups via ethtool
authorSridhar Samudrala <sridhar.samudrala@intel.com>
Thu, 12 May 2022 21:32:49 +0000 (14:32 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 14 May 2022 00:05:49 +0000 (17:05 -0700)
commite44a61d8144445391a9899eca61aa4c52398baa4
tree33070281ff8376d00e10fb17bdb242ec64f3b454
parent6081a6c341e14c3801b998aafefb9af494802257
ice: Expose RSS indirection tables for queue groups via ethtool

When ADQ queue groups (TCs) are created via tc mqprio command,
RSS contexts and associated RSS indirection tables are configured
automatically per TC based on the queue ranges specified for
each traffic class.

For ex:
tc qdisc add dev enp175s0f0 root mqprio num_tc 3 map 0 1 2 \
queues 2@0 8@2 4@10 hw 1 mode channel

will create 3 queue groups (TC 0-2) with queue ranges 2, 8 and 4
in 3 queue groups. Each queue group is associated with its
own RSS context and RSS indirection table.

Add support to expose RSS indirection tables for all ADQ queue
groups using ethtool RSS contexts interface.
ethtool -x enp175s0f0 context <tc-num>

Signed-off-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
Signed-off-by: Sudheer Mogilappagari <sudheer.mogilappagari@intel.com>
Tested-by: Bharathi Sreenivas <bharathi.sreenivas@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Link: https://lore.kernel.org/r/20220512213249.3747424-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/ice/ice_ethtool.c