[dpdk-dev] [PATCH v2 0/4] RSS enhancement on Intel x550 NIC

Wenzhuo Lu wenzhuo.lu at intel.com
Fri Oct 16 15:05:37 CEST 2015


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.

V2:
Condense the code.
Add release notes.

Wenzhuo Lu (4):
  ixgbe: 512 entries RSS table on x550
  ixgbe: VF RSS config on x550
  ixgbe: VF RSS reta/hash query and update
  doc: release notes update for RSS enhancement

 doc/guides/rel_notes/release_2_2.rst |   5 ++
 drivers/net/ixgbe/ixgbe_ethdev.c     | 102 +++++++++++++++++++++++++++++++----
 drivers/net/ixgbe/ixgbe_ethdev.h     |  10 ++++
 drivers/net/ixgbe/ixgbe_rxtx.c       |  43 +++++++++++----
 4 files changed, 142 insertions(+), 18 deletions(-)

-- 
1.9.3



More information about the dev mailing list