From patchwork Mon Jul 3 03:00:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Junfeng Guo X-Patchwork-Id: 129177 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4EBF442DBC; Mon, 3 Jul 2023 05:00:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD9AB40EF0; Mon, 3 Jul 2023 05:00:32 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id 53E4B40156 for ; Mon, 3 Jul 2023 05:00:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688353231; x=1719889231; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=HMX/qcESsCs1nxtM6nCZfzCl007u0dff6tL/04MrbTQ=; b=GCnITntFxxM/DtXLaQEptKGDKJOGTQG1OmPakEx2p6AOZnho7GG/uOSz lwywENNM5ogBxDyJjVAdvBg7gqokxU1iK5+w+st9gw0MtEl/bw+P2gioF tQoPE/++XsVgWHszhvEbh1eM2T/4P5qnx+Wz5PiHgyQER4ys6tAF5iFne BvKW+Zlh5hWVUGWGx+1SlT2LbFuOIifeirBI7aL/35Takqe3C5AswgFKz 87xG4rmSxwcJ4IYt5UemGAI+r7GlZWR8ejGJtAFeIQ7/t36maT0RmOwP2 vmSJF4m0U+jtDfU+cYa6er9TdGg6XVfev6twAVNLbcMn7K6BDHBcX1Iu8 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="428819687" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="428819687" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2023 20:00:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="788358109" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="788358109" Received: from dpdk-jf-ntb-one.sh.intel.com ([10.67.111.149]) by fmsmga004.fm.intel.com with ESMTP; 02 Jul 2023 20:00:28 -0700 From: Junfeng Guo To: qi.z.zhang@intel.com, ferruh.yigit@amd.com, rushilg@google.com Cc: dev@dpdk.org, joshwash@google.com, jeroendb@google.com, Junfeng Guo Subject: [PATCH] doc: fix missing release note for GVE PMD DQO Date: Mon, 3 Jul 2023 11:00:23 +0800 Message-Id: <20230703030023.2989092-1-junfeng.guo@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 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 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 Acked-by: Rushil Gupta --- 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_notes/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 -------------