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 0A3A81B839; Thu, 8 Feb 2018 07:08:00 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2018 22:07:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,477,1511856000"; d="scan'208";a="33037305" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 07 Feb 2018 22:07:59 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 22:07:59 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 22:07:58 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.124]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.116]) with mapi id 14.03.0319.002; Thu, 8 Feb 2018 14:07:57 +0800 From: "Lu, Wenzhuo" To: "Li, Xiaoyun" CC: "dev@dpdk.org" , "Zhang, Helin" , "stable@dpdk.org" Thread-Topic: [PATCH] net/ixgbe: fix CRC strip enabling Thread-Index: AQHToKDoJuEueduQVESa/bdNXNgq0KOaBOag Date: Thu, 8 Feb 2018 06:07:56 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B7352FA@shsmsx102.ccr.corp.intel.com> References: <1518068715-76903-1-git-send-email-xiaoyun.li@intel.com> In-Reply-To: <1518068715-76903-1-git-send-email-xiaoyun.li@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 Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix CRC strip enabling X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2018 06:08:02 -0000 Hi, > -----Original Message----- > From: Li, Xiaoyun > Sent: Thursday, February 8, 2018 1:45 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org; Zhang, Helin ; Li, Xiaoyun > ; stable@dpdk.org > Subject: [PATCH] net/ixgbe: fix CRC strip enabling >=20 > New testpmd will get CRC strip offload from rx_offload_capa. Ixgbe card h= as > the capability. This patch adds CRC strip flag into rx_offload_capa in ix= gbe > and ixgbevf. >=20 > Fixes: 8b9bd0efe0b6 ("app/testpmd: disable Rx VLAN offloads by default") > Cc: stable@dpdk.org >=20 > Signed-off-by: Xiaoyun Li Acked-by: Wenzhuo Lu