From patchwork Fri Jun 30 02:27:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Junfeng Guo X-Patchwork-Id: 129128 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 9475A42D64; Fri, 30 Jun 2023 04:27:54 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8474541133; Fri, 30 Jun 2023 04:27:54 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mails.dpdk.org (Postfix) with ESMTP id E73DE4021F for ; Fri, 30 Jun 2023 04:27:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688092073; x=1719628073; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=ibRPKU7AKtu9EANDruYL8yDbxg7OWU1kfHdv1HX0UJg=; b=cBA2SHIW4tZ2KVgkxfWtKfhySOwM4fqw2S+4HlhEnQQVThzY1GYyJ0p4 kVWn/ygyyXu/Ft5CzlYekiXI7WLQScDl3VKKOzgAGj8QMRkoKv7Ffc+zG RjOo5K6yFlaEM5nUx1yyK2wi1vIDyLjqCaN1oiT+QD4WUiRBadEVk45hD bxJFLWMKCqu+Z7zBuJclfYo50TXI9OXEbRU/aESAHIWJX3MaVrk388O5k vY0DFC/ClCm+bGuTvrGHB+QvpWsYXMCzrUeq5m0E/Eb43dyLXAToFJJja LynDpMgpe5JrZEAf72XuA8wXKi8OD6OMlX4IwfY2BivMhLuoFFlHxwqxU A==; X-IronPort-AV: E=McAfee;i="6600,9927,10756"; a="364867716" X-IronPort-AV: E=Sophos;i="6.01,169,1684825200"; d="scan'208";a="364867716" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jun 2023 19:27:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10756"; a="862139052" X-IronPort-AV: E=Sophos;i="6.01,169,1684825200"; d="scan'208";a="862139052" Received: from dpdk-jf-ntb-one.sh.intel.com ([10.67.111.149]) by fmsmga001.fm.intel.com with ESMTP; 29 Jun 2023 19:27:47 -0700 From: Junfeng Guo To: jingjing.wu@intel.com Cc: dev@dpdk.org, qiming.yang@intel.com, Junfeng Guo Subject: [PATCH] doc: fix missing release note for Intel 4th Gen Xeon Processors NTB support Date: Fri, 30 Jun 2023 10:27:36 +0800 Message-Id: <20230630022736.2589818-1-junfeng.guo@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230630014433.2505418-1-junfeng.guo@intel.com> References: <20230630014433.2505418-1-junfeng.guo@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 Add missing release note for NTB support on 4th Gen Intel® Xeon® Processors Platform. Fixes: 834d99f388ca ("raw/ntb: add PPD status check for Sapphire Rapids") Signed-off-by: Junfeng Guo --- doc/guides/rel_notes/release_23_07.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/guides/rel_notes/release_23_07.rst b/doc/guides/rel_notes/release_23_07.rst index 4459144140..e38e8d7799 100644 --- a/doc/guides/rel_notes/release_23_07.rst +++ b/doc/guides/rel_notes/release_23_07.rst @@ -200,6 +200,10 @@ New Features Enhanced the GRO library to support TCP packets over IPv6 network. +* **Added 4th Gen Intel® Xeon® Processors support for Intel NTB.** + + Added NTB device support for 4th Gen Intel® Xeon® Processors platform. + Removed Items -------------