From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id C4D991B84E; Thu, 8 Feb 2018 07:19:29 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Feb 2018 22:19:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,477,1511856000"; d="scan'208";a="25778756" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 07 Feb 2018 22:19:28 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 22:19:28 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 7 Feb 2018 22:19:28 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.116]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.125]) with mapi id 14.03.0319.002; Thu, 8 Feb 2018 14:19:26 +0800 From: "Zhang, Helin" To: "Lu, Wenzhuo" , "Li, Xiaoyun" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/ixgbe: fix CRC strip enabling Thread-Index: AQHToKDoC3SuMxHoWke8rRNUaUqbw6OZfvQAgACJORA= Date: Thu, 8 Feb 2018 06:19:26 +0000 Message-ID: References: <1518068715-76903-1-git-send-email-xiaoyun.li@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC09093B7352FA@shsmsx102.ccr.corp.intel.com> In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC09093B7352FA@shsmsx102.ccr.corp.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:19:30 -0000 > -----Original Message----- > From: Lu, Wenzhuo > Sent: Thursday, February 8, 2018 2:08 PM > To: Li, Xiaoyun > Cc: dev@dpdk.org; Zhang, Helin; stable@dpdk.org > Subject: RE: [PATCH] net/ixgbe: fix CRC strip enabling >=20 > Hi, >=20 > > -----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 > > > > New testpmd will get CRC strip offload from rx_offload_capa. Ixgbe > > card has the capability. This patch adds CRC strip flag into > > rx_offload_capa in ixgbe and ixgbevf. > > > > Fixes: 8b9bd0efe0b6 ("app/testpmd: disable Rx VLAN offloads by > > default") > > Cc: stable@dpdk.org > > > > Signed-off-by: Xiaoyun Li > Acked-by: Wenzhuo Lu Applied to dpdk-next-dpdk-intel, with commit log changes. Thanks! /Helin