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 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, as it is not needed at all for > supporting RSS in VF. > > Helin Zhang (3): > ethdev: improvement for constant usage > i40e: extern two functions and relevant macros > i40evf: support of RSS in VF > > lib/librte_ether/rte_ethdev.h | 47 ++++++------ > lib/librte_pmd_i40e/i40e_ethdev.c | 4 +- > lib/librte_pmd_i40e/i40e_ethdev.h | 40 +++++++++- > lib/librte_pmd_i40e/i40e_ethdev_vf.c | 142 > +++++++++++++++++++++++++++++++++++ > 4 files changed, 207 insertions(+), 26 deletions(-) > > -- > 1.8.1.4