From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [143.182.124.21]) by dpdk.org (Postfix) with ESMTP id 1CD79AFD0 for ; Mon, 23 Jun 2014 14:57:08 +0200 (CEST) Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 23 Jun 2014 05:57:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,530,1400050800"; d="scan'208";a="448810987" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by azsmga001.ch.intel.com with ESMTP; 23 Jun 2014 05:57:18 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id s5NCvFQ9030188; Mon, 23 Jun 2014 20:57:16 +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 s5NCvC2X004210; Mon, 23 Jun 2014 20:57:14 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s5NCvCOm004206; Mon, 23 Jun 2014 20:57:12 +0800 From: Helin Zhang To: dev@dpdk.org Date: Mon, 23 Jun 2014 20:57:04 +0800 Message-Id: <1403528231-4099-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH v2 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: Mon, 23 Jun 2014 12:57:09 -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 | 73 ++++++++++++++++++++++++------------ 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, 73 insertions(+), 55 deletions(-) -- 1.8.1.4