Message ID | 1446192187-1890-15-git-send-email-jing.d.chen@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
> --- 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.
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 ~~~~~~~~~