From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 04FDAAFCC for ; Tue, 24 Jun 2014 04:02:39 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 23 Jun 2014 19:02:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,534,1400050800"; d="scan'208";a="559946112" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 23 Jun 2014 19:02:45 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id s5O22hnj006747; Tue, 24 Jun 2014 10:02:43 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id s5O22eJr010531; Tue, 24 Jun 2014 10:02:42 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s5O22eRF010527; Tue, 24 Jun 2014 10:02:40 +0800 From: Helin Zhang To: dev@dpdk.org Date: Tue, 24 Jun 2014 10:02:32 +0800 Message-Id: <1403575359-10422-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH v3 0/7] enhancements for i40e X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2014 02:02:40 -0000 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