From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH v3 0/7] enhancements for i40e Date: Tue, 24 Jun 2014 10:02:32 +0800 Message-ID: <1403575359-10422-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" These patches are enhancements for i40e or relevant. In detail, they include: * fix for getting correct RSS hash result. * remove an interface which is not used. * fix for copying wrong size of link info. * fix for updating the hash lookup table of PF RSS. * double vlan should be specifically disabled by default. * ignore the failure of updating default macvlan filter. * rework for displaying different size of RX descriptors in testpmd. Helin Zhang (7): i40e: fix for getting correct RSS hash result i40evf: remove an interface which is not used i40evf: fix for copying wrong size of link info i40e: fix for updating the hash lookup table of PF RSS i40e: double vlan should be specifically disabled by default i40e: ignore the failure of updating default macvlan filter app/testpmd: rework for displaying different size of RX descriptors app/test-pmd/config.c | 75 ++++++++++++++++++++++++------------ lib/librte_pmd_i40e/i40e_ethdev.c | 35 ++++++++++------- lib/librte_pmd_i40e/i40e_ethdev_vf.c | 16 +------- lib/librte_pmd_i40e/i40e_rxtx.c | 4 +- 4 files changed, 75 insertions(+), 55 deletions(-) -- 1.8.1.4