doc: update release notes for enetc PMD

Message ID 20190416101354.3835-1-g.singh@nxp.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series doc: update release notes for enetc PMD |

Checks

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

Commit Message

Gagandeep Singh April 16, 2019, 10:13 a.m. UTC
  There are some basic features added.

Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
---
 doc/guides/rel_notes/release_19_05.rst | 13 +++++++++++++
 1 file changed, 13 insertions(+)
  

Comments

Ferruh Yigit April 16, 2019, 3:30 p.m. UTC | #1
On 4/16/2019 11:13 AM, Gagandeep Singh wrote:
> There are some basic features added.
> 
> Signed-off-by: Gagandeep Singh <g.singh@nxp.com>

Squashed into relevant commit in next-net, thanks. Please double check in the
next-net.
  
Gagandeep Singh April 17, 2019, 6:13 a.m. UTC | #2
> -----Original Message-----
> From: Ferruh Yigit <ferruh.yigit@intel.com>
> Sent: Tuesday, April 16, 2019 9:00 PM
> To: Gagandeep Singh <G.Singh@nxp.com>; dev@dpdk.org
> Subject: [EXT] Re: [PATCH] doc: update release notes for enetc PMD
> 
> WARNING: This email was created outside of NXP. DO NOT CLICK links or
> attachments unless you recognize the sender and know the content is safe.
> 
> 
> 
> On 4/16/2019 11:13 AM, Gagandeep Singh wrote:
> > There are some basic features added.
> >
> > Signed-off-by: Gagandeep Singh <g.singh@nxp.com>
> 
> Squashed into relevant commit in next-net, thanks. Please double check in the
> next-net.

Hi,

All patches are correct and inline in next-net.

Thank you.
Gagandeep Singh
  

Patch

diff --git a/doc/guides/rel_notes/release_19_05.rst b/doc/guides/rel_notes/release_19_05.rst
index b0928a6d9..f40e45cd2 100644
--- a/doc/guides/rel_notes/release_19_05.rst
+++ b/doc/guides/rel_notes/release_19_05.rst
@@ -160,6 +160,19 @@  New Features
   Improved testpmd application performance on ARM platform. For ``macswap``
   forwarding mode, NEON intrinsics were used to do swap to save CPU cycles.
 
+* **Updated the ENETC driver.**
+
+  New features:
+
+  * Added physical addressing mode support
+  * Added basic statistics support
+  * Added promiscuous and allmulticast mode support
+  * Added MTU update support
+  * Added jumbo frame support
+  * Added queue start/stop
+  * Added SXGMII interface support
+  * Added CRC offload support
+  * Added Rx checksum offload validation support
 
 Removed Items
 -------------