[dpdk-dev,v5,14/14] doc: release notes update for fm10k Vector PMD

Message ID 1446192187-1890-15-git-send-email-jing.d.chen@intel.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Chen, Jing D Oct. 30, 2015, 8:03 a.m. UTC
  From: "Chen Jing D(Mark)" <jing.d.chen@intel.com>

Update 2.2 release notes, add descriptions for Vector PMD implementation
in fm10k driver.

Signed-off-by: Chen Jing D(Mark) <jing.d.chen@intel.com>
---
 doc/guides/rel_notes/release_2_2.rst |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
  

Comments

Thomas Monjalon Nov. 2, 2015, 8:36 a.m. UTC | #1
> --- a/doc/guides/rel_notes/release_2_2.rst
> +++ b/doc/guides/rel_notes/release_2_2.rst
> @@ -79,6 +79,12 @@ Drivers
>  
>    Fixed issue when releasing null control queue.
>  
> +* **fm10k:  Add Vector Rx/Tx implementation.**
> +
> +  This patch set includes Vector Rx/Tx functions to receive/transmit packets
> +  for fm10k devices. It also contains logic to do sanity check for proper
> +  RX/TX function selections.

I am going to reword it in the right section.
  

Patch

diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst
index 89e4d58..d9d4ce5 100644
--- a/doc/guides/rel_notes/release_2_2.rst
+++ b/doc/guides/rel_notes/release_2_2.rst
@@ -79,6 +79,12 @@  Drivers
 
   Fixed issue when releasing null control queue.
 
+* **fm10k:  Add Vector Rx/Tx implementation.**
+
+  This patch set includes Vector Rx/Tx functions to receive/transmit packets
+  for fm10k devices. It also contains logic to do sanity check for proper
+  RX/TX function selections.
+
 
 Libraries
 ~~~~~~~~~