From patchwork Fri Jun 30 01:44:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Junfeng Guo X-Patchwork-Id: 129127 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 CAA2242D91; Fri, 30 Jun 2023 03:44:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9C2514021F; Fri, 30 Jun 2023 03:44:44 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 0213740150 for ; Fri, 30 Jun 2023 03:44:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688089483; x=1719625483; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=1YpqpFFrispRrUZ63hyf00xjpBDHFbHcMNJcvCVFyiY=; b=bzbmBwBRRnQ0HCUg4O7PHfP+WYSHjYieF+OTMkLYnUcUKK7ZJMHX34VU LqIWcKhJ5SnChlOpscn/Jq48rmijJt5W/TENIuq4mAxaE52onoaRdhw8t utkO6Tmhg1Q/40vZlg3ir/jxJ/Q+05celDnZH44OofYW/1pYvoq9oro5y MQRQb9bYI8h+WbNoq91Ieig9roHxfxLOajRUcNEoh1MxnYjUlEaiMUzlZ XHz3OMjM7UPXyhB8xk68omnd8mc87fWT2OHS4Idstlk+/Y8FzFb7Gkv6e Vq9cntZFNGX30Y1/l2FMpXJP+9tfz5dRMPkOpv+5FzKdFp0gYSNt7kplN Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10756"; a="365767739" X-IronPort-AV: E=Sophos;i="6.01,169,1684825200"; d="scan'208";a="365767739" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Jun 2023 18:44:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10756"; a="711666614" X-IronPort-AV: E=Sophos;i="6.01,169,1684825200"; d="scan'208";a="711666614" Received: from dpdk-jf-ntb-one.sh.intel.com ([10.67.111.149]) by orsmga007.jf.intel.com with ESMTP; 29 Jun 2023 18:44:40 -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 NTB Sapphire Rapids support Date: Fri, 30 Jun 2023 09:44:33 +0800 Message-Id: <20230630014433.2505418-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 NTB support on Sapphire Rapids 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..0838969be7 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 Sapphire Rapids (Gen4) support for Intel NTB.** + + Added NTB device support (4th generation) for Intel Sapphire Rapids platform. + Removed Items -------------