doc: update rel_notes for GRO

Message ID 20201009074059.56136-1-yang_y_yi@163.com (mailing list archive)
State Superseded, archived
Headers
Series doc: update rel_notes for GRO |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/travis-robot success Travis build: passed
ci/Intel-compilation success Compilation OK

Commit Message

yang_y_yi Oct. 9, 2020, 7:40 a.m. UTC
  From: Yi Yang <yangyi01@inspur.com>

Release 20.11 added UDP/IPv4 and VXLAN UDP/IPv4 support
for GRO, so update rel_notes to reflect these changes.

Signed-off-by: Yi Yang <yangyi01@inspur.com>
Acked-by: Jiayu Hu <jiayu.hu@intel.com>
---
 doc/guides/rel_notes/release_20_11.rst | 6 ++++++
 1 file changed, 6 insertions(+)
  

Comments

yang_y_yi Oct. 9, 2020, 8:12 a.m. UTC | #1
Please ignore this one, it indeed has been there.

At 2020-10-09 15:40:59, yang_y_yi@163.com wrote:
>From: Yi Yang <yangyi01@inspur.com>
>
>Release 20.11 added UDP/IPv4 and VXLAN UDP/IPv4 support
>for GRO, so update rel_notes to reflect these changes.
>
>Signed-off-by: Yi Yang <yangyi01@inspur.com>
>Acked-by: Jiayu Hu <jiayu.hu@intel.com>
>---
> doc/guides/rel_notes/release_20_11.rst | 6 ++++++
> 1 file changed, 6 insertions(+)
>
>diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst
>index 808bdc4..3b9c812 100644
>--- a/doc/guides/rel_notes/release_20_11.rst
>+++ b/doc/guides/rel_notes/release_20_11.rst
>@@ -136,6 +136,12 @@ New Features
>   * Extern objects and functions can be plugged into the pipeline.
>   * Transaction-oriented table updates.
> 
>+* **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.
>+
> 
> Removed Items
> -------------
>-- 
>1.8.3.1
  
David Marchand Oct. 9, 2020, 8:14 a.m. UTC | #2
On Fri, Oct 9, 2020 at 10:13 AM yang_y_yi <yang_y_yi@163.com> wrote:
>
> Please ignore this one, it indeed has been there.

Please mark it accordingly in patchwork.
Thank you.
  
yang_y_yi Oct. 9, 2020, 8:28 a.m. UTC | #3
Thanks for reminder, marked as Superseded.














At 2020-10-09 16:14:15, "David Marchand" <david.marchand@redhat.com> wrote:
>On Fri, Oct 9, 2020 at 10:13 AM yang_y_yi <yang_y_yi@163.com> wrote:
>>
>> Please ignore this one, it indeed has been there.
>
>Please mark it accordingly in patchwork.
>Thank you.
>
>
>-- 
>David Marchand
  

Patch

diff --git a/doc/guides/rel_notes/release_20_11.rst b/doc/guides/rel_notes/release_20_11.rst
index 808bdc4..3b9c812 100644
--- a/doc/guides/rel_notes/release_20_11.rst
+++ b/doc/guides/rel_notes/release_20_11.rst
@@ -136,6 +136,12 @@  New Features
   * Extern objects and functions can be plugged into the pipeline.
   * Transaction-oriented table updates.
 
+* **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.
+
 
 Removed Items
 -------------