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 99164A2EFC for ; Tue, 15 Oct 2019 04:38:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 070A91C21A; Tue, 15 Oct 2019 04:38:03 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id C7D1E1C210 for ; Tue, 15 Oct 2019 04:38:00 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Oct 2019 19:37:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,297,1566889200"; d="scan'208";a="201633759" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by FMSMGA003.fm.intel.com with ESMTP; 14 Oct 2019 19:37:59 -0700 Received: from fmsmsx163.amr.corp.intel.com (10.18.125.72) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 14 Oct 2019 19:37:59 -0700 Received: from fmsmsx120.amr.corp.intel.com ([169.254.15.63]) by fmsmsx163.amr.corp.intel.com ([169.254.6.171]) with mapi id 14.03.0439.000; Mon, 14 Oct 2019 19:37:59 -0700 From: "Stillwell Jr, Paul M" To: "Yang, Qiming" , "Min, JiaqiX" , "dev@dpdk.org" Thread-Topic: [PATCH] doc: add known issue for ice Thread-Index: AQHVgvrQLr7aSnOTwk6oXkkJavr/xada/QpQ Date: Tue, 15 Oct 2019 02:37:59 +0000 Message-ID: References: <20191014182223.35251-1-jiaqix.min@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiN2ZmYWNiNTEtODk0OS00ZmM5LTg1ZjktNjMyMWEwOTAzY2U4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNXIyTjNtZ3VLSk1ORUpKOGYyR05sMW9ZamFIU2FzdTJEaE1tcXNQdTIzeGY5SWZpK1lka2U4d3gxZFlXR2xGcSJ9 dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.1.200.107] 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" NAK, this is not true for ice. Paul > -----Original Message----- > From: dev On Behalf Of Yang, Qiming > Sent: Monday, October 14, 2019 6:49 PM > To: Min, JiaqiX ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] doc: add known issue for ice >=20 >=20 > > -----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 > > > > Add known issue for incorrect Rx statistics when packet is oversize. > > > > Signed-off-by: Min JiaqiX > > --- > > doc/guides/nics/ice.rst | 8 ++++++++ > > 1 file changed, 8 insertions(+) > > > > 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. > > ~~~~~~~~~~~~~~~~ > > > > 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 >=20 > Acked-by: Qiming Yang