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 03D9AA04BC; Sun, 27 Sep 2020 06:57:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4D5C71C0C9; Sun, 27 Sep 2020 06:57:02 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2C2311BFF0 for ; Sun, 27 Sep 2020 06:56:59 +0200 (CEST) IronPort-SDR: ENFulwDTxkcrRwLVmyp+45nCKeFqDv6mO3QDbgOBU/As9DRFc8HJR2YrDC+L3yk+tGglLVV5Nx mLkAVZzu1eyQ== X-IronPort-AV: E=McAfee;i="6000,8403,9756"; a="161072825" X-IronPort-AV: E=Sophos;i="5.77,308,1596524400"; d="scan'208";a="161072825" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Sep 2020 21:56:57 -0700 IronPort-SDR: 74TtPX7f2r+3r+gCwXrWl9FMeTmzQUYCb8uUr8yHdGWNeAUDVP7oY/DBNZ+qv1UjIrzAw20lK1 X29ixOi46SeA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,308,1596524400"; d="scan'208";a="414638005" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmga001.fm.intel.com with ESMTP; 26 Sep 2020 21:56:57 -0700 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sat, 26 Sep 2020 21:56:56 -0700 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Sun, 27 Sep 2020 12:56:54 +0800 Received: from shsmsx606.ccr.corp.intel.com ([10.109.6.216]) by SHSMSX606.ccr.corp.intel.com ([10.109.6.216]) with mapi id 15.01.1713.004; Sun, 27 Sep 2020 12:56:54 +0800 From: "Hu, Jiayu" To: "yang_y_yi@163.com" , "dev@dpdk.org" CC: "thomas@monjalon.net" , "yangyi01@inspur.com" Thread-Topic: [PATCH v7 3/3] doc: update prog_guide and rel_notes for GRO Thread-Index: AQHWklDK/JyyBUYGrEKrAK8+xL5FxKl78Hpw Date: Sun, 27 Sep 2020 04:56:54 +0000 Message-ID: <23f78a917cba450f80c967e0cfabf314@intel.com> References: <20200924085740.270192-1-yang_y_yi@163.com> <20200924085740.270192-4-yang_y_yi@163.com> In-Reply-To: <20200924085740.270192-4-yang_y_yi@163.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 v7 3/3] doc: update prog_guide and rel_notes for GRO 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" Acked-by: Jiayu Hu > -----Original Message----- > From: yang_y_yi@163.com > Sent: Thursday, September 24, 2020 4:58 PM > To: dev@dpdk.org > Cc: Hu, Jiayu ; thomas@monjalon.net; > yangyi01@inspur.com; yang_y_yi@163.com > Subject: [PATCH v7 3/3] doc: update prog_guide and rel_notes for GRO >=20 > From: Yi Yang >=20 > Release 20.11 added UDP/IPv4 and VXLAN UDP/IPv4 support > for GRO, so update prog_guide and rel_notes to reflect > these changes. >=20 > Signed-off-by: Yi Yang > --- > doc/guides/prog_guide/generic_receive_offload_lib.rst | 6 +++--- > doc/guides/rel_notes/release_20_11.rst | 6 ++++++ > 2 files changed, 9 insertions(+), 3 deletions(-) >=20 > diff --git a/doc/guides/prog_guide/generic_receive_offload_lib.rst > b/doc/guides/prog_guide/generic_receive_offload_lib.rst > index 5b3fb91..98a5d29 100644 > --- a/doc/guides/prog_guide/generic_receive_offload_lib.rst > +++ b/doc/guides/prog_guide/generic_receive_offload_lib.rst > @@ -30,9 +30,9 @@ assumes the packets are complete (i.e., MF=3D=3D0 && > frag_off=3D=3D0), when IP > fragmentation is possible (i.e., DF=3D=3D0). Additionally, it complies R= FC > 6864 to process the IPv4 ID field. >=20 > -Currently, the GRO library provides GRO supports for TCP/IPv4 packets an= d > -VxLAN packets which contain an outer IPv4 header and an inner TCP/IPv4 > -packet. > +Currently, the GRO library provides GRO supports for TCP/IPv4 and > UDP/IPv4 > +packets as well as VxLAN packets which contain an outer IPv4 header and > an > +inner TCP/IPv4 or UDP/IPv4 packet. >=20 > Two Sets of API > --------------- > diff --git a/doc/guides/rel_notes/release_20_11.rst > b/doc/guides/rel_notes/release_20_11.rst > index f377ab8..b7f2b68 100644 > --- a/doc/guides/rel_notes/release_20_11.rst > +++ b/doc/guides/rel_notes/release_20_11.rst > @@ -78,6 +78,12 @@ New Features > ``--portmask=3DN`` > where N represents the hexadecimal bitmask of ports used. >=20 > +* **Add UDP/IPv4 GRO support for VxLAN and non-VxLAN packets.** > + > + Add UDP/IPv4 GRO support for VxLAN and non-VxLAN packets. For > + VxLAN packets, this adds inner UDP/IPv4 support, for non-VxLAN > + packets, this adds UDP/IPv4 support. > + >=20 > Removed Items > ------------- > -- > 1.8.3.1