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

2014-10-20 Thread Thomas Monjalon
> > 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: > > * Removed support of updating/querying redirection table, as it > > will be implemented in another patches later. >

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

2014-10-20 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: * Removed support of updating/querying redirection table, as it will be implemented in another patches later. * Removed changes in testp

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

2014-10-20 Thread Liang, Cunming
Acked-by: Cunming Liang > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Helin Zhang > Sent: Monday, October 20, 2014 10:58 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/3] add i40e RSS support in VF > > As hardware su

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

2014-10-20 Thread Liu, Jijiang
Acked-by: Jijiang Liu > -Original Message- > From: Zhang, Helin > Sent: Monday, October 20, 2014 10:58 AM > To: dev at dpdk.org > Cc: Cao, Waterman; Zhang, Helin > Subject: [PATCH v3 0/3] add i40e RSS support in VF > > As hardware supports RSS in VF, the patches add that support in drive