doc: add ipn3ke release notes

Message ID 1555417260-50318-1-git-send-email-rosen.xu@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc: add ipn3ke release notes |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Xu, Rosen April 16, 2019, 12:21 p.m. UTC
  Add ipn3ke release notes for 19.05. Introduce new ipn3ke net driver,
and update new features of ifpga_rawdev.

Signed-off-by: Rosen Xu <rosen.xu@intel.com>
---
 doc/guides/rel_notes/release_19_05.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
  

Comments

Ferruh Yigit April 16, 2019, 3:57 p.m. UTC | #1
On 4/16/2019 1:21 PM, Rosen Xu wrote:
> Add ipn3ke release notes for 19.05. Introduce new ipn3ke net driver,
> and update new features of ifpga_rawdev.
> 
> Signed-off-by: Rosen Xu <rosen.xu@intel.com>

Squashed into relevant commit in next-net, thanks.
  

Patch

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
 -------------