From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 486C042DC4; Mon, 3 Jul 2023 19:34:48 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CEE8F40ED5; Mon, 3 Jul 2023 19:34:47 +0200 (CEST) Received: from mail-ua1-f43.google.com (mail-ua1-f43.google.com [209.85.222.43]) by mails.dpdk.org (Postfix) with ESMTP id 7D8A9400EF for ; Mon, 3 Jul 2023 19:34:46 +0200 (CEST) Received: by mail-ua1-f43.google.com with SMTP id a1e0cc1a2514c-783eef15004so1099973241.3 for ; Mon, 03 Jul 2023 10:34:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20221208; t=1688405686; x=1690997686; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=mxCRvUzsSP7+6GArfY0w/fq7Xq/0xFnJcdk1w1y24BQ=; b=Leh/uiPMJW5qleLZUwXvMhRmjskGSNO0Ch9OClr5F22dNPt40D4o9jgfpmTdPmSbFW Oj+RG8ZTk995gTzgnVVg4j3Bpta+PI93JlUSX03aON6TVZWwDV7AxgkKj0XTuQIsHn80 T7i0grgb8dFd5ORqqv28JrzPYFNd7iZbYG17aIi9lKndd4PvO09gIo0C+MME8AUV02Q7 68k+SFYdjWeMYicNbNeVrww4HWzG8IR04/RiDKXUEuj9cdGQSOA66OSkrj/0R7s6IKO/ YexQUatmOQVrscExTjwbQWsit0NMk8BiPBapZICZ+SQaGeQFTYDHlljPSnrD10DanohO V0Tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688405686; x=1690997686; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=mxCRvUzsSP7+6GArfY0w/fq7Xq/0xFnJcdk1w1y24BQ=; b=Mat6sl8k57I6KO2mNY3n0XQ0GdLHAKQTWXf92JnH8RmMSOJe6ddlLEzmAsSUTmsebR SxjezdIwwYUVa2sPtqz3vVnhtDofAcFXE6BJZcXR8aIGqSBkoMKTRa3KXeme2olUpD+m 45uFyxJszBoD/8y/m3rcbfGdAW0Eol56CNWE02fs76LfStj5v0FQdBMajM9iLbt3bPKb /MlfaoF8t1kC99xmPT2uqN2Wl0MC5/Dzvw4g4jqu/l9kw6u0rjZxsBAbyeFi4ySPuz5x /J7u3SgZViVNdgLbuR2XxZ8N3ZitMaab6h1KzvaPI8KpMXeMYVfGCbSr873IpqxIUcqi Z9dA== X-Gm-Message-State: ABy/qLblgJcgEj5gLKGsGO+EofD4qOq2o+cLcTvDy3SwOPenZxEePBSz iuw36QbGvaN0H5G/E8Fqv+m7ZuTUs39QRizNuPMuvw== X-Google-Smtp-Source: APBJJlGfrRBy+y/N5U0WiqgFcnfIjc9jEOEst/6Up1wGDrpChmBYKJaa5yreLW+/TmSFRbsi8CFQJhK1qEh1978vHz8= X-Received: by 2002:a05:6102:3662:b0:443:6549:3e18 with SMTP id bg2-20020a056102366200b0044365493e18mr3326594vsb.18.1688405685731; Mon, 03 Jul 2023 10:34:45 -0700 (PDT) MIME-Version: 1.0 References: <20230703030023.2989092-1-junfeng.guo@intel.com> In-Reply-To: <20230703030023.2989092-1-junfeng.guo@intel.com> From: Rushil Gupta Date: Mon, 3 Jul 2023 10:34:34 -0700 Message-ID: Subject: Re: [PATCH] doc: fix missing release note for GVE PMD DQO To: Junfeng Guo Cc: qi.z.zhang@intel.com, ferruh.yigit@amd.com, dev@dpdk.org, joshwash@google.com, jeroendb@google.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Sun, Jul 2, 2023 at 8:00=E2=80=AFPM Junfeng Guo = wrote: > > Add missing release note for GVE PMD enabling for DQO queue format. > > Fixes: a14d391c7d99 ("net/gve: add Tx queue setup for DQO") > > Signed-off-by: Junfeng Guo > --- > doc/guides/rel_notes/release_23_07.rst | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_note= s/release_23_07.rst > index 4459144140..28c538acc9 100644 > --- a/doc/guides/rel_notes/release_23_07.rst > +++ b/doc/guides/rel_notes/release_23_07.rst > @@ -200,6 +200,9 @@ New Features > > Enhanced the GRO library to support TCP packets over IPv6 network. > > +* **Added GVE PMD enabling for DQO.** > + > + Added GVE PMD enabling for DQO queue format. > > Removed Items > ------------- > -- > 2.34.1 > Acked-by: Rushil Gupta