From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B94D6A2EFC for ; Tue, 15 Oct 2019 03:49:26 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 957701C439; Tue, 15 Oct 2019 03:49:25 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id B122A1C2C0 for ; Tue, 15 Oct 2019 03:49:23 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Oct 2019 18:49:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,297,1566889200"; d="scan'208";a="189205162" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga008.jf.intel.com with ESMTP; 14 Oct 2019 18:49:22 -0700 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 14 Oct 2019 18:49:22 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 14 Oct 2019 18:49:21 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.96]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.165]) with mapi id 14.03.0439.000; Tue, 15 Oct 2019 09:49:20 +0800 From: "Yang, Qiming" To: "Min, JiaqiX" , "dev@dpdk.org" Thread-Topic: [PATCH] doc: add known issue for ice Thread-Index: AQHVgnw3sTAXRIZLYES26AdfUIQHqKda8H1w Date: Tue, 15 Oct 2019 01:49:19 +0000 Message-ID: References: <20191014182223.35251-1-jiaqix.min@intel.com> In-Reply-To: <20191014182223.35251-1-jiaqix.min@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2ZmYWNiNTEtODk0OS00ZmM5LTg1ZjktNjMyMWEwOTAzY2U4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNXIyTjNtZ3VLSk1ORUpKOGYyR05sMW9ZamFIU2FzdTJEaE1tcXNQdTIzeGY5SWZpK1lka2U4d3gxZFlXR2xGcSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action 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] doc: add known issue for ice 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Min, JiaqiX > Sent: Tuesday, October 15, 2019 2:22 AM > To: dev@dpdk.org; Yang, Qiming > Cc: Min, JiaqiX > Subject: [PATCH] doc: add known issue for ice >=20 > Add known issue for incorrect Rx statistics when packet is oversize. >=20 > Signed-off-by: Min JiaqiX > --- > doc/guides/nics/ice.rst | 8 ++++++++ > 1 file changed, 8 insertions(+) >=20 > diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index > 03819d29f..3e9bc9d33 100644 > --- a/doc/guides/nics/ice.rst > +++ b/doc/guides/nics/ice.rst > @@ -127,3 +127,11 @@ The same package file is used by both the kernel > driver and the DPDK PMD. > ~~~~~~~~~~~~~~~~ >=20 > Ice code released in 19.02 is for evaluation only. > + > +Incorrect Rx statistics when packet is oversize > +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > + > +When a packet is over maximum frame size, the packet is dropped. > +However, when calling `rte_eth_stats_get`, the Rx statistics will be > +showed as received. > + > -- > 2.17.1 Acked-by: Qiming Yang