This patch set implements the RSS enhancement on x550. The enhancement includes, the PF RSS redirection table is enlarged from 128 entries to 512 entries, the VF doesn't share the same registers with PF and per VF RSS redirection table is provided.
Wenzhuo Lu (4): ixgbe: 512 entries RSS table on x550 ixgbe: VF RSS config on x550 ixgbe: VF RSS hash query and update ixgbe: VF RSS reta query and update drivers/net/ixgbe/ixgbe_ethdev.c | 211 +++++++++++++++++++++++++++++++++--- drivers/net/ixgbe/ixgbe_ethdev.h | 6 ++ drivers/net/ixgbe/ixgbe_rxtx.c | 224 +++++++++++++++++++++++++++++++++++++-- 3 files changed, 423 insertions(+), 18 deletions(-) -- 1.9.3