From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0406D1B87E for ; Fri, 9 Feb 2018 10:56:27 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Feb 2018 01:56:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,482,1511856000"; d="scan'208";a="28696452" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga004.fm.intel.com with ESMTP; 09 Feb 2018 01:56:26 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.197]) by irsmsx110.ger.corp.intel.com ([169.254.15.15]) with mapi id 14.03.0319.002; Fri, 9 Feb 2018 09:56:25 +0000 From: "Mcnamara, John" To: "Hu, Jiayu" , "dev@dpdk.org" CC: "thomas@monjalon.net" Thread-Topic: [PATCH] doc: add VxLAN GRO to release notes Thread-Index: AQHToWZXiGv4yFjl7UKknk4nCNBQk6Ob1TBg Date: Fri, 9 Feb 2018 09:56:25 +0000 Message-ID: References: <1518154117-81882-1-git-send-email-jiayu.hu@intel.com> In-Reply-To: <1518154117-81882-1-git-send-email-jiayu.hu@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYTQ0NmExNTYtN2Y2Yi00Y2Y1LWI2NzItMTg1NzMwODJmOTRkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImxhdEZ3WHVSVndvQ2lWb29MVENjbkp0dDF4SnViQ201bFJQT2krNXZnWTA9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] doc: add VxLAN GRO to release notes 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: Fri, 09 Feb 2018 09:56:28 -0000 > -----Original Message----- > From: Hu, Jiayu > Sent: Friday, February 9, 2018 5:29 AM > To: dev@dpdk.org > Cc: Mcnamara, John ; thomas@monjalon.net; Hu, > Jiayu > Subject: [PATCH] doc: add VxLAN GRO to release notes >=20 > Signed-off-by: Jiayu Hu > --- > doc/guides/rel_notes/release_18_02.rst | 9 +++++++++ > 1 file changed, 9 insertions(+) >=20 > diff --git a/doc/guides/rel_notes/release_18_02.rst > b/doc/guides/rel_notes/release_18_02.rst > index c42a1d6..c2078b5 100644 > --- a/doc/guides/rel_notes/release_18_02.rst > +++ b/doc/guides/rel_notes/release_18_02.rst > @@ -230,6 +230,15 @@ New Features > current build system using ``make``. For instructions on how to do a > DPDK build > using the new system, see the instructions in ``doc/build-sdk- > meson.txt``. >=20 > +* **Add GRO support for VxLAN-tunneled packets.** > + > + Add GRO support for VxLAN-tunneled packets. Supported VxLAN packets > + must contain an outer IPv4 header and inner TCP/IPv4 headers. VxLAN > + GRO doesn't check if input packets have correct checksums and doesn't > + update checksums for output packets. Additionally, it assumes the > + packets are complete (i.e., MF=3D=3D0 && frag_off=3D=3D0), when IP > + fragmentation is possible (i.e., DF=3D=3D0). > + > .. note:: >=20 > This new build system support is incomplete at this point and is > added The text has been added between the previous section and a note belonging to the previous section. However, we can fix this in the final revision of the release notes, so: Acked-by: John McNamara