From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <helin.zhang@intel.com>
Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])
 by dpdk.org (Postfix) with ESMTP id 7499DB0FE
 for <dev@dpdk.org>; Fri, 20 Jun 2014 08:26:40 +0200 (CEST)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by fmsmga101.fm.intel.com with ESMTP; 19 Jun 2014 23:26:56 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.01,512,1400050800"; d="scan'208";a="558357622"
Received: from fmsmsx107.amr.corp.intel.com ([10.19.9.54])
 by fmsmga002.fm.intel.com with ESMTP; 19 Jun 2014 23:26:37 -0700
Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by
 FMSMSX107.amr.corp.intel.com (10.19.9.54) with Microsoft SMTP Server (TLS) id
 14.3.123.3; Thu, 19 Jun 2014 23:26:36 -0700
Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by
 fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS)
 id 14.3.123.3; Thu, 19 Jun 2014 23:26:36 -0700
Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.122]) by
 SHSMSX152.ccr.corp.intel.com ([169.254.6.36]) with mapi id 14.03.0123.003;
 Fri, 20 Jun 2014 14:23:08 +0800
From: "Zhang, Helin" <helin.zhang@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Thread-Topic: [PATCH 0/7] enhancements for i40e
Thread-Index: AQHPjE78ZuE8mG5GskuPjKzrDrnfEJt5hrNw
Date: Fri, 20 Jun 2014 06:23:08 +0000
Message-ID: <F35DEAC7BCE34641BA9FAC6BCA4A12E70A745545@SHSMSX104.ccr.corp.intel.com>
References: <1403244889-21358-1-git-send-email-helin.zhang@intel.com>
In-Reply-To: <1403244889-21358-1-git-send-email-helin.zhang@intel.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 20 Jun 2014 06:26:41 -0000

-----Original Message-----
From: Zhang, Helin=20
Sent: Friday, June 20, 2014 2:15 PM
To: dev@dpdk.org
Cc: Zhang, Helin
Subject: [PATCH 0/7] enhancements for i40e

These patches are enhancements for i40e or relevant. In detail, they includ=
e:
 * 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

---------------------------------------------------------------------------=
--------------------------------------------------------------------

Hi Thomas

Please help to merge these patches which is for 1.7.0-rc2!
It has important fix for i40e PMD running on the latest version of NIC firm=
ware.
It also contains the rework you asked in testpmd.

Thank you very much!

Regards,
Helin