DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update release note for DPAA PMD support
@ 2017-10-18 11:45 Shreyansh Jain
  2017-10-18 13:34 ` De Lara Guarch, Pablo
  2017-10-19  9:33 ` [dpdk-dev] [PATCH v2] " Shreyansh Jain
  0 siblings, 2 replies; 5+ messages in thread
From: Shreyansh Jain @ 2017-10-18 11:45 UTC (permalink / raw)
  To: dev; +Cc: thomas, ferruh.yigit, Shreyansh Jain

Signed-off-by: Shreyansh Jain <shreyansh.jain@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH] doc: update release note for DPAA PMD support
  2017-10-18 11:45 [dpdk-dev] [PATCH] doc: update release note for DPAA PMD support Shreyansh Jain
@ 2017-10-18 13:34 ` De Lara Guarch, Pablo
  2017-10-19  9:33 ` [dpdk-dev] [PATCH v2] " Shreyansh Jain
  1 sibling, 0 replies; 5+ messages in thread
From: De Lara Guarch, Pablo @ 2017-10-18 13:34 UTC (permalink / raw)
  To: Shreyansh Jain, dev; +Cc: thomas, Yigit, Ferruh



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shreyansh Jain
> Sent: Wednesday, October 18, 2017 12:45 PM
> To: dev@dpdk.org
> Cc: thomas@monjalon.net; Yigit, Ferruh <ferruh.yigit@intel.com>;
> Shreyansh Jain <shreyansh.jain@nxp.com>
> Subject: [dpdk-dev] [PATCH] doc: update release note for DPAA PMD
> support
> 
> Signed-off-by: Shreyansh Jain <shreyansh.jain@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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [dpdk-dev] [PATCH v2] doc: update release note for DPAA PMD support
  2017-10-18 11:45 [dpdk-dev] [PATCH] doc: update release note for DPAA PMD support Shreyansh Jain
  2017-10-18 13:34 ` De Lara Guarch, Pablo
@ 2017-10-19  9:33 ` Shreyansh Jain
  2017-10-19 10:53   ` Mcnamara, John
  2017-10-23 18:49   ` Ferruh Yigit
  1 sibling, 2 replies; 5+ messages in thread
From: Shreyansh Jain @ 2017-10-19  9:33 UTC (permalink / raw)
  To: dev; +Cc: ferruh.yigit, thomas, pablo.de.lara.guarch, Shreyansh Jain

Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>
---
v2:
 Changed the location of the message. It was earlier between other Crypto
 PMDs. As suggested by Pablo.

 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..9936d3a 100644
--- a/doc/guides/rel_notes/release_17_11.rst
+++ b/doc/guides/rel_notes/release_17_11.rst
@@ -64,6 +64,17 @@ New Features
   Added new SoftNIC PMD. This virtual device offers applications a software
   fallback support for traffic management.
 
+* **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.
+
 * **nfp: Added PF support.**
 
   Previously Netronome's NFP PMD had just support for VFs. PF support is
-- 
2.9.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH v2] doc: update release note for DPAA PMD support
  2017-10-19  9:33 ` [dpdk-dev] [PATCH v2] " Shreyansh Jain
@ 2017-10-19 10:53   ` Mcnamara, John
  2017-10-23 18:49   ` Ferruh Yigit
  1 sibling, 0 replies; 5+ messages in thread
From: Mcnamara, John @ 2017-10-19 10:53 UTC (permalink / raw)
  To: Shreyansh Jain, dev; +Cc: Yigit, Ferruh, thomas, De Lara Guarch, Pablo



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Shreyansh Jain
> Sent: Thursday, October 19, 2017 10:34 AM
> To: dev@dpdk.org
> Cc: Yigit, Ferruh <ferruh.yigit@intel.com>; thomas@monjalon.net; De Lara
> Guarch, Pablo <pablo.de.lara.guarch@intel.com>; Shreyansh Jain
> <shreyansh.jain@nxp.com>
> Subject: [dpdk-dev] [PATCH v2] doc: update release note for DPAA PMD
> support
> 
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>

Acked-by: John McNamara <john.mcnamara@intel.com>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [dpdk-dev] [PATCH v2] doc: update release note for DPAA PMD support
  2017-10-19  9:33 ` [dpdk-dev] [PATCH v2] " Shreyansh Jain
  2017-10-19 10:53   ` Mcnamara, John
@ 2017-10-23 18:49   ` Ferruh Yigit
  1 sibling, 0 replies; 5+ messages in thread
From: Ferruh Yigit @ 2017-10-23 18:49 UTC (permalink / raw)
  To: Shreyansh Jain, dev; +Cc: thomas, pablo.de.lara.guarch

On 10/19/2017 2:33 AM, Shreyansh Jain wrote:
> Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com>

Applied to dpdk-next-net/master, thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-23 18:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-18 11:45 [dpdk-dev] [PATCH] doc: update release note for DPAA PMD support Shreyansh Jain
2017-10-18 13:34 ` De Lara Guarch, Pablo
2017-10-19  9:33 ` [dpdk-dev] [PATCH v2] " Shreyansh Jain
2017-10-19 10:53   ` Mcnamara, John
2017-10-23 18:49   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).