From patchwork Wed Jun 28 15:38:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xing, Beilei" X-Patchwork-Id: 129041 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 C5DCF42D7C; Wed, 28 Jun 2023 09:20:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 676BE406B3; Wed, 28 Jun 2023 09:20:46 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id A089D40151 for ; Wed, 28 Jun 2023 09:20:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1687936844; x=1719472844; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Alp1XgIycXjEDZKItsRJOBW1p6cBbuikhkghkL4nDb8=; b=Y6mn9ZVXKnKOwk7b6fcRJmaSd/Q+JopRZmGjSUt40mrXZRlr1Ztbjtmv /27BKHXNWGWz1yZ6FKx/4ala1bs3iQ+EXahU2qF4kn01WokXO54pudfCg 0FWnePaRP7i/nxR+vRvH8C9AHHgEMqEi++6XnTaL10Y8jogyWhK2+iSBv nxk2lzKd9fQ1iUYNp5rOrO2Wb0EIeOZI/uEiu1txsaUWGv3cvswsJKTos eKaPQ92fKqCOjzMxemBbqlD13uMT5ilaiXMITWZGFfVQ7i/P7VuQ0q8Pb 2pEKz0fj/C1pATN9eh0jVYAk9pOd0UKRV8xw6MozXNbepBgk06MTTEuwB Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="364321792" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="364321792" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2023 00:20:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10754"; a="710933781" X-IronPort-AV: E=Sophos;i="6.01,164,1684825200"; d="scan'208";a="710933781" Received: from dpdk-beileix-icelake.sh.intel.com ([10.67.116.252]) by orsmga007.jf.intel.com with ESMTP; 28 Jun 2023 00:20:41 -0700 From: beilei.xing@intel.com To: jingjing.wu@intel.com Cc: dev@dpdk.org, Beilei Xing Subject: [PATCH] doc: update release notes for Intel IPU Date: Wed, 28 Jun 2023 15:38:57 +0000 Message-Id: <20230628153857.112825-1-beilei.xing@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 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 --- 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 4459144140..47c4ea0da2 100644 --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst @@ -200,6 +200,13 @@ New Features Enhanced the GRO library to support TCP packets over IPv6 network. +* **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 -------------