> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Shreyansh Jain > Sent: Wednesday, October 18, 2017 12:45 PM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Yigit, Ferruh <ferruh.yi...@intel.com>; > Shreyansh Jain <shreyansh.j...@nxp.com> > Subject: [dpdk-dev] [PATCH] doc: update release note for DPAA PMD > support > > Signed-off-by: Shreyansh Jain <shreyansh.j...@nxp.com> > --- > doc/guides/rel_notes/release_17_11.rst | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/doc/guides/rel_notes/release_17_11.rst > b/doc/guides/rel_notes/release_17_11.rst > index 8db35f5..966af7c 100644 > --- a/doc/guides/rel_notes/release_17_11.rst > +++ b/doc/guides/rel_notes/release_17_11.rst > @@ -110,6 +110,17 @@ New Features > * DES CBC algorithm. > * AES CCM algorithm. > > +* **Added support for NXP DPAA Devices.** > + > + Added support for NXP's DPAA devices - LS104x series. This includes: > + > + * DPAA Bus driver > + * DPAA Mempool driver for supporting offloaded packet memory pool > + * DPAA PMD for DPAA devices > + > + See the "Network Interface Controller Drivers" document for more > + details of this new driver. > + > * **Added NXP DPAA SEC crypto PMD.** > > A new "dpaa_sec" hardware based crypto PMD for NXP DPAA devices has > been > -- > 2.9.3
Could you include this in a different place? I think it shouldn't be in the middle of the crypto driver updates. Thanks, Pablo