From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 73E71A0A03; Mon, 18 Jan 2021 05:07:19 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 31A35140D74; Mon, 18 Jan 2021 05:07:19 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id CD136140D6C for ; Mon, 18 Jan 2021 05:07:17 +0100 (CET) IronPort-SDR: fekqVVBjiAZsbV1ztMPb7sBnhXgzzGyHOzvNPWNuPDfepoHgQEJud4PfP+F2aESsg7r9KtAW9D u1p/DGT27jOA== X-IronPort-AV: E=McAfee;i="6000,8403,9867"; a="242827122" X-IronPort-AV: E=Sophos;i="5.79,355,1602572400"; d="scan'208";a="242827122" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jan 2021 20:07:16 -0800 IronPort-SDR: i79Trj2E9cvR64KYT/xyHk24bgUcoTnsJPGatSTd0KcF73HBBakL0sj5MOiav0xtnQgKqJjEgZ xjidTc+lL/Aw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,355,1602572400"; d="scan'208";a="573157981" Received: from fmsmsx602.amr.corp.intel.com ([10.18.126.82]) by fmsmga005.fm.intel.com with ESMTP; 17 Jan 2021 20:07:13 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 17 Jan 2021 20:07:12 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 18 Jan 2021 12:07:10 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Mon, 18 Jan 2021 12:07:10 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" CC: "Yang, Qiming" , "Fu, Qi" , "Wu, Jingjing" , "Xing, Beilei" Thread-Topic: [PATCH v1] net/iavf: adjust the CRC statistics calculation Thread-Index: AQHW6w3XdSdxP3nNvEWhdhJsz10NZKosyIyg Date: Mon, 18 Jan 2021 04:07:10 +0000 Message-ID: References: <20210115065708.43641-1-haiyue.wang@intel.com> In-Reply-To: <20210115065708.43641-1-haiyue.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] net/iavf: adjust the CRC statistics calculation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Wang, Haiyue > Sent: Friday, January 15, 2021 2:57 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Zhang, Qi Z > ; Fu, Qi ; Wang, Haiyue > ; Wu, Jingjing ; Xing, Beil= ei > > Subject: [PATCH v1] net/iavf: adjust the CRC statistics calculation >=20 > The AVF can support to enable / disable CRC strip, so it needs to adjust = the > statistics calculation for ibytes according to offload setting. >=20 > Signed-off-by: Haiyue Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi