From patchwork Fri Jul 21 14:58:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 129679 X-Patchwork-Delegate: thomas@monjalon.net 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 7383742ED6; Fri, 21 Jul 2023 08:41:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 47D1740DDC; Fri, 21 Jul 2023 08:41:29 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 6679040DD8 for ; Fri, 21 Jul 2023 08:41:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689921687; x=1721457687; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=jfw73NFGT+p3Q87Do2kGeaNAtrQkiAIqhcd1LU9U3CU=; b=IBI/k0dgW08xPsCtoA6dT1fkPrpCD5LgyInqGVFCC920GhoN6G4h6usR cewt2WxJWjqn4ZQfAi9EMhbbwh1iYpQrfsz18wTgLDYhYK/Ala2fRn349 XvD7XS4NHD9Nd2thKEBrP3tdXkXs24LDTTd6KNefeqzyvRYmpfIPKMeFs EJSbDBi1rF7YnJ0IaRMmTzGw+bTx+dcZe84YSHUv2H+UgASgzTCzakika vwrdj8mICLYOPF/gGRci2stcNlPCjU8QnX4lDLruAyvp88KIjisTP+FhL E47IziYVgrz3o3XmW0oBfO27eGHtQkHWZ1kjZWsv/5QnseANAxTSSJOZr w==; X-IronPort-AV: E=McAfee;i="6600,9927,10777"; a="366988772" X-IronPort-AV: E=Sophos;i="6.01,220,1684825200"; d="scan'208";a="366988772" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2023 23:41:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10777"; a="674940133" X-IronPort-AV: E=Sophos;i="6.01,220,1684825200"; d="scan'208";a="674940133" Received: from dpdk-beileix-icelake.sh.intel.com ([10.67.116.252]) by orsmga003.jf.intel.com with ESMTP; 20 Jul 2023 23:41:12 -0700 From: beilei.xing@intel.com To: jingjing.wu@intel.com Cc: dev@dpdk.org, Beilei Xing Subject: [PATCH v2] doc: update release notes for Intel IPU Date: Fri, 21 Jul 2023 14:58:39 +0000 Message-Id: <20230721145839.1018100-1-beilei.xing@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230628153857.112825-1-beilei.xing@intel.com> References: <20230628153857.112825-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 Update release notes for Intel IPU new features: - Support VF whose device id is 0x145c. - Support hairpin queue. Fixes: 32bcd47e16fe ("net/idpf: support VF") Fixes: 1ec8064832db ("net/cpfl: add haipin queue group during vport init") Signed-off-by: Beilei Xing Acked-by: Jingjing Wu --- v2 change: - Rebase 23.07 rc4. doc/guides/rel_notes/release_23_07.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst index 6a1c45162b..61a44367a7 100644 --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst @@ -222,6 +222,13 @@ New Features See the :doc:`../tools/dmaperf` for more details. +* **Updated Intel idpf PMD.** + + Added support for Intel IPU E2100 VF whose device id is 0x145c. + +* **Updated Intel cpfl PMD.** + + Added support for hairpin queue. Removed Items -------------