From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CBD7DB0AB for ; Fri, 20 Jun 2014 08:14:43 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 19 Jun 2014 23:09:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,512,1400050800"; d="scan'208";a="560559318" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by orsmga002.jf.intel.com with ESMTP; 19 Jun 2014 23:14:57 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id s5K6Etlc018774; Fri, 20 Jun 2014 14:14:55 +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 s5K6EpS1022476; Fri, 20 Jun 2014 14:14:53 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s5K6Epm1022428; Fri, 20 Jun 2014 14:14:51 +0800 From: Helin Zhang To: dev@dpdk.org Date: Fri, 20 Jun 2014 14:14:42 +0800 Message-Id: <1403244889-21358-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.0.7 Subject: [dpdk-dev] [PATCH 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: Fri, 20 Jun 2014 06:14:44 -0000 These patches are enhancements for i40e or relevant. In detail, they include: * fix for getting correct RSS hash result in i40e RX functions. * support crc stripping hw offload in VF driver. * ignore the failure of updating default filter setting. * fix for updating the hash lookup table of PF RSS. * disable double vlan by default during initialization. * fix for copying wrong size of link info, and remove an useless function. * rework in testpmd to support displaying different size of RX descriptors. Helin Zhang (7): i40e: fix for getting correct RSS hash result i40evf: support configuring crc stripping hw offload i40e: ignore the failure of updating default filter settings i40e: fix for updating the hash lookup table of PF RSS i40e: double vlan should be specifically disabled by default i40evf: fix for copying wrong size of link info, and remove an useless function app/testpmd: rework for displaying different size of RX descriptors app/test-pmd/config.c | 77 ++++++++++++++++++++++++------------ lib/librte_pmd_i40e/i40e_ethdev.c | 20 ++++++---- lib/librte_pmd_i40e/i40e_ethdev_vf.c | 32 +++++++-------- lib/librte_pmd_i40e/i40e_rxtx.c | 4 +- 4 files changed, 82 insertions(+), 51 deletions(-) -- 1.8.1.4