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

2015-10-16 Thread Wenzhuo Lu
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.

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

2015-10-16 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Friday, October 16, 2015 2:06 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/4] RSS enhancement on Intel x550 NIC > > This patch set implements the RS