[dpdk-dev] [PATCH v2 0/3] add i40e RSS support in VF

2014-10-11 Thread Zhang, Helin
Hi guys Any update or comments on merging this patch? Thanks! Regards, Helin > -Original Message- > From: Zhang, Helin > Sent: Friday, September 19, 2014 9:15 AM > To: dev at dpdk.org > Cc: Zhang, Helin > Subject: [PATCH v2 0/3] add i40e RSS support in VF > > As hardware supports RSS in

[dpdk-dev] [PATCH v2 0/3] add i40e RSS support in VF

2014-10-10 Thread Liang, Cunming
Acked-by: Cunming, Liang > -Original Message- > From: Zhang, Helin > Sent: Friday, September 19, 2014 9:15 AM > To: dev at dpdk.org > Cc: Zhang, Helin > Subject: [PATCH v2 0/3] add i40e RSS support in VF > > As hardware supports RSS in VF, the patches add that support > in driver. In add

[dpdk-dev] [PATCH v2 0/3] add i40e RSS support in VF

2014-09-29 Thread Zhan, Zhaochen
-301.fc20.x86_64 GCC: 4.8.2 NIC: VF generated through SRIOV > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Helin Zhang > Sent: Friday, September 19, 2014 9:15 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2 0/3] add i40e RSS suppor

[dpdk-dev] [PATCH v2 0/3] add i40e RSS support in VF

2014-09-19 Thread Helin Zhang
As hardware supports RSS in VF, the patches add that support in driver. In addition, minor improvements are added for defining macro with constant. v2 changes: * Remove support of updating/querying redirection table, as it will be implemented in another patches later. * Remove changes in testpmd