From patchwork Wed Aug 9 15:51:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 130032 X-Patchwork-Delegate: qi.z.zhang@intel.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 D46D843016; Wed, 9 Aug 2023 09:35:31 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 141434327F; Wed, 9 Aug 2023 09:34:03 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 36F0C43249 for ; Wed, 9 Aug 2023 09:34:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1691566440; x=1723102440; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=lmHF8jhitpR3WsPpCZIjGWTVl4f9hYxM3qY3LUPFSvA=; b=RO3SQ1sEBRn4Z/B6YdO3BsCanbKPgqOaYirywzgSnn11QLFsACo98rgz 0/BtBomTOTO8TN1LuFvssQtD+Dn7vKZfibNTrfQwuIXnrCineUB7qCOT2 FIBd5AU9qPqU/GtBwbGZjs4By+gdRF2O1zsN5lH5TRmo0+cvgPe7CD6sN wmvc0TGDyEcUGlkG1Oiyl77yAaECWXE2OcXp0EtISbFC2mE8+70Fk2ML+ V3l9bgIf95tzcNck6zqGVfGYpjoQ4rae7TUItcPsa2TWX2QTLFjMMO7Iy irccvVWD2eEMAVpq2gIaF/py64uGjONWgR9rHqq+kjF9Sbu/+V1BPEsuW w==; X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="356014552" X-IronPort-AV: E=Sophos;i="6.01,158,1684825200"; d="scan'208";a="356014552" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Aug 2023 00:33:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10795"; a="1062337476" X-IronPort-AV: E=Sophos;i="6.01,158,1684825200"; d="scan'208";a="1062337476" Received: from dpdk-beileix-icelake.sh.intel.com ([10.67.116.252]) by fmsmga005.fm.intel.com with ESMTP; 09 Aug 2023 00:33:39 -0700 From: beilei.xing@intel.com To: jingjing.wu@intel.com, mingxia.liu@intel.com Cc: dev@dpdk.org, Beilei Xing Subject: [PATCH 19/19] doc: update release notes for representor Date: Wed, 9 Aug 2023 15:51:34 +0000 Message-Id: <20230809155134.539287-20-beilei.xing@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230809155134.539287-1-beilei.xing@intel.com> References: <20230809155134.539287-1-beilei.xing@intel.com> 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 From: Beilei Xing Add support for port representor. Signed-off-by: Beilei Xing --- doc/guides/rel_notes/release_23_11.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/rel_notes/release_23_11.rst b/doc/guides/rel_notes/release_23_11.rst index 6b4dd21fd0..688bee4d6d 100644 --- a/doc/guides/rel_notes/release_23_11.rst +++ b/doc/guides/rel_notes/release_23_11.rst @@ -55,6 +55,9 @@ New Features Also, make sure to start the actual text at the margin. ======================================================= +* **Updated Intel cpfl driver.** + + * Added support for port representor. Removed Items -------------