From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH 0/3] add i40e RSS support in VF Date: Fri, 18 Jul 2014 10:45:18 +0800 Message-ID: <1405651521-14545-1-git-send-email-helin.zhang@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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