From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id F20041B4AF for ; Tue, 16 Apr 2019 14:19:53 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Apr 2019 05:19:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,357,1549958400"; d="scan'208";a="131830654" Received: from dpdkx8602.sh.intel.com ([10.67.110.200]) by orsmga007.jf.intel.com with ESMTP; 16 Apr 2019 05:19:51 -0700 From: Rosen Xu To: dev@dpdk.org, ferruh.yigit@intel.com Cc: rosen.xu@intel.com Date: Tue, 16 Apr 2019 20:21:00 +0800 Message-Id: <1555417260-50318-1-git-send-email-rosen.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=y Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] doc: add ipn3ke release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Apr 2019 12:19:54 -0000 Add ipn3ke release notes for 19.05. Introduce new ipn3ke net driver, and update new features of ifpga_rawdev. Signed-off-by: Rosen Xu --- doc/guides/rel_notes/release_19_05.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst index b0928a6..9108fef 100644 --- a/doc/guides/rel_notes/release_19_05.rst +++ b/doc/guides/rel_notes/release_19_05.rst @@ -160,6 +160,14 @@ New Features Improved testpmd application performance on ARM platform. For ``macswap`` forwarding mode, NEON intrinsics were used to do swap to save CPU cycles. +* **Added IPN3KE net PMD.** + + Added the new ``ipn3ke`` net driver for Intel® FPGA PAC(Programmable + Acceleration Card) N3000. See the :doc:`../nics/ipn3ke` NIC guide for more + details on this new driver. + + Aside from this, ifpga_rawdev is also updated to support Intel® FPGA PAC + N3000 with SPI interface access, I2C Read/Write and Ethernet PHY configuration. Removed Items ------------- -- 1.8.3.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id E0172A00E6 for ; Tue, 16 Apr 2019 14:19:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4FF4F1B4B2; Tue, 16 Apr 2019 14:19:55 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id F20041B4AF for ; Tue, 16 Apr 2019 14:19:53 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Apr 2019 05:19:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,357,1549958400"; d="scan'208";a="131830654" Received: from dpdkx8602.sh.intel.com ([10.67.110.200]) by orsmga007.jf.intel.com with ESMTP; 16 Apr 2019 05:19:51 -0700 From: Rosen Xu To: dev@dpdk.org, ferruh.yigit@intel.com Cc: rosen.xu@intel.com Date: Tue, 16 Apr 2019 20:21:00 +0800 Message-Id: <1555417260-50318-1-git-send-email-rosen.xu@intel.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH] doc: add ipn3ke release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190416122100.QeebRjXjj1F4h08NVgGKIZRxbvkoRTtvJfU7R-bshTc@z> Add ipn3ke release notes for 19.05. Introduce new ipn3ke net driver, and update new features of ifpga_rawdev. Signed-off-by: Rosen Xu --- doc/guides/rel_notes/release_19_05.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst index b0928a6..9108fef 100644 --- a/doc/guides/rel_notes/release_19_05.rst +++ b/doc/guides/rel_notes/release_19_05.rst @@ -160,6 +160,14 @@ New Features Improved testpmd application performance on ARM platform. For ``macswap`` forwarding mode, NEON intrinsics were used to do swap to save CPU cycles. +* **Added IPN3KE net PMD.** + + Added the new ``ipn3ke`` net driver for Intel® FPGA PAC(Programmable + Acceleration Card) N3000. See the :doc:`../nics/ipn3ke` NIC guide for more + details on this new driver. + + Aside from this, ifpga_rawdev is also updated to support Intel® FPGA PAC + N3000 with SPI interface access, I2C Read/Write and Ethernet PHY configuration. Removed Items ------------- -- 1.8.3.1