From patchwork Fri Oct 9 07:40:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: yang_y_yi X-Patchwork-Id: 80105 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 36C0DA04BC; Fri, 9 Oct 2020 09:41:09 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 048381C128; Fri, 9 Oct 2020 09:41:07 +0200 (CEST) Received: from mail-m972.mail.163.com (mail-m972.mail.163.com [123.126.97.2]) by dpdk.org (Postfix) with ESMTP id 668731C11F for ; Fri, 9 Oct 2020 09:41:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:Subject:Date:Message-Id:MIME-Version; bh=Ikkdm cYZNS3nSTIq3+oiRLjRzvtQCMQVUDc2C5qZ6GI=; b=VN5UgKwbbXaN/+re1Gtph 24+JGXFNR5RvSS4xdOS4o5aEFug/G1hPi4+DNrHk9T3y3aYwj5hKxJ7KtLJT2xrM cFsFHePRnIj/b+HG1QBS7oCJc7kZ6D4mNveEFuBTxZ5RLN8dx8ODriIPxFle1nq3 SNKInwVbhrusHcWMLo3FM8= Received: from yangyi0100.home.langchao.com (unknown [111.207.123.58]) by smtp2 (Coremail) with SMTP id GtxpCgA3YuALFIBfW_W9Sw--.198S2; Fri, 09 Oct 2020 15:41:01 +0800 (CST) From: yang_y_yi@163.com To: dev@dpdk.org Cc: jiayu.hu@intel.com, thomas@monjalon.net, yangyi01@inspur.com, yang_y_yi@163.com Date: Fri, 9 Oct 2020 15:40:59 +0800 Message-Id: <20201009074059.56136-1-yang_y_yi@163.com> X-Mailer: git-send-email 2.19.2.windows.1 MIME-Version: 1.0 X-CM-TRANSID: GtxpCgA3YuALFIBfW_W9Sw--.198S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrtF13Cw4xAr1rWw1kJr4xJFb_yoWDXwc_Ka yxW3WfW34qyry8XF1qyr17WF47Cw4qy3WfXr4DXFZ0gFWrGrs8Gr4kCFsrXw1UWa4xKrWa qF90qa1jkrySqjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IUj8pnJUUUUU== X-Originating-IP: [111.207.123.58] X-CM-SenderInfo: 51dqwsp1b1xqqrwthudrp/xtbB0g24i1UMZDVYwAAAs8 Subject: [dpdk-dev] [PATCH] doc: update 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" From: Yi Yang 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 Acked-by: Jiayu Hu --- 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 -------------