> -----Original Message----- > From: Zhang, Helin > Sent: Friday, July 18, 2014 10:45 AM > To: dev at dpdk.org > Cc: Zhang, Helin > Subject: [PATCH 0/3] add i40e RSS support in VF > > As RSS in i40e VF is supported by hardware, these patches enable it in i40e > PMD, and also enable its testing in testpmd. > > Helin Zhang (3): > i40evf: add RSS support in VF > app/testpmd: enable RSS support for i40e > ethdev: improvements for some macro definition in head file > > app/test-pmd/testpmd.c | 13 ++- > 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 | 208 > +++++++++++++++++++++++++++++++++++ > 5 files changed, 284 insertions(+), 28 deletions(-) > > -- > 1.8.1.4
Hi guys Any comments for these patches? Any next steps planned for merging these patches? Regards, Helin