DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 1/2] doc: fixes the limitations for dpaa sec
@ 2018-06-21  9:13 Hemant Agrawal
  2018-06-21  9:13 ` [dpdk-dev] [PATCH 2/2] doc: fixes the limitations for dpaa2 sec Hemant Agrawal
  2018-06-21 14:22 ` [dpdk-dev] [PATCH 1/2] doc: fixes the limitations for dpaa sec Akhil Goyal
  0 siblings, 2 replies; 6+ messages in thread
From: Hemant Agrawal @ 2018-06-21  9:13 UTC (permalink / raw)
  To: dev; +Cc: akhil.goyal, stable

Fixes: a74af788c632 ("crypto/dpaa_sec: support scatter gather")
Cc: stable@dpdk.org

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 doc/guides/cryptodevs/dpaa_sec.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/guides/cryptodevs/dpaa_sec.rst b/doc/guides/cryptodevs/dpaa_sec.rst
index c14d6d7..a6283c7 100644
--- a/doc/guides/cryptodevs/dpaa_sec.rst
+++ b/doc/guides/cryptodevs/dpaa_sec.rst
@@ -94,7 +94,6 @@ For blacklisting a DPAA device, following commands can be used.
 Limitations
 -----------
 
-* Chained mbufs are not supported.
 * Hash followed by Cipher mode is not supported
 * Only supports the session-oriented API implementation (session-less APIs are not supported).
 
-- 
2.7.4

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

* [dpdk-dev] [PATCH 2/2] doc: fixes the limitations for dpaa2 sec
  2018-06-21  9:13 [dpdk-dev] [PATCH 1/2] doc: fixes the limitations for dpaa sec Hemant Agrawal
@ 2018-06-21  9:13 ` Hemant Agrawal
  2018-06-21 14:22   ` Akhil Goyal
  2018-06-21 14:22 ` [dpdk-dev] [PATCH 1/2] doc: fixes the limitations for dpaa sec Akhil Goyal
  1 sibling, 1 reply; 6+ messages in thread
From: Hemant Agrawal @ 2018-06-21  9:13 UTC (permalink / raw)
  To: dev; +Cc: akhil.goyal, stable

Fixes: 37f96eb01bce ("crypto/dpaa2_sec: support scatter gather")
Cc: stable@dpdk.org

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
 doc/guides/cryptodevs/dpaa2_sec.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/guides/cryptodevs/dpaa2_sec.rst b/doc/guides/cryptodevs/dpaa2_sec.rst
index 3ea24c8..86d0a8d 100644
--- a/doc/guides/cryptodevs/dpaa2_sec.rst
+++ b/doc/guides/cryptodevs/dpaa2_sec.rst
@@ -148,7 +148,6 @@ Where x is the device object id as configured in resource container.
 Limitations
 -----------
 
-* Chained mbufs are not supported.
 * Hash followed by Cipher mode is not supported
 * Only supports the session-oriented API implementation (session-less APIs are not supported).
 
-- 
2.7.4

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

* Re: [dpdk-dev] [PATCH 2/2] doc: fixes the limitations for dpaa2 sec
  2018-06-21  9:13 ` [dpdk-dev] [PATCH 2/2] doc: fixes the limitations for dpaa2 sec Hemant Agrawal
@ 2018-06-21 14:22   ` Akhil Goyal
  2018-07-05  8:16     ` [dpdk-dev] [dpdk-stable] " De Lara Guarch, Pablo
  0 siblings, 1 reply; 6+ messages in thread
From: Akhil Goyal @ 2018-06-21 14:22 UTC (permalink / raw)
  To: Hemant Agrawal, dev; +Cc: stable



On 6/21/2018 2:43 PM, Hemant Agrawal wrote:
> Fixes: 37f96eb01bce ("crypto/dpaa2_sec: support scatter gather")
> Cc: stable@dpdk.org
>
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
> ---
>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

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

* Re: [dpdk-dev] [PATCH 1/2] doc: fixes the limitations for dpaa sec
  2018-06-21  9:13 [dpdk-dev] [PATCH 1/2] doc: fixes the limitations for dpaa sec Hemant Agrawal
  2018-06-21  9:13 ` [dpdk-dev] [PATCH 2/2] doc: fixes the limitations for dpaa2 sec Hemant Agrawal
@ 2018-06-21 14:22 ` Akhil Goyal
  2018-07-05  8:16   ` [dpdk-dev] [dpdk-stable] " De Lara Guarch, Pablo
  1 sibling, 1 reply; 6+ messages in thread
From: Akhil Goyal @ 2018-06-21 14:22 UTC (permalink / raw)
  To: Hemant Agrawal, dev; +Cc: stable



On 6/21/2018 2:43 PM, Hemant Agrawal wrote:
> Fixes: a74af788c632 ("crypto/dpaa_sec: support scatter gather")
> Cc: stable@dpdk.org
>
> Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
> ---

Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

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

* Re: [dpdk-dev] [dpdk-stable] [PATCH 1/2] doc: fixes the limitations for dpaa sec
  2018-06-21 14:22 ` [dpdk-dev] [PATCH 1/2] doc: fixes the limitations for dpaa sec Akhil Goyal
@ 2018-07-05  8:16   ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 6+ messages in thread
From: De Lara Guarch, Pablo @ 2018-07-05  8:16 UTC (permalink / raw)
  To: Akhil Goyal, Hemant Agrawal, dev; +Cc: stable



> -----Original Message-----
> From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Akhil Goyal
> Sent: Thursday, June 21, 2018 3:23 PM
> To: Hemant Agrawal <hemant.agrawal@nxp.com>; dev@dpdk.org
> Cc: stable@dpdk.org
> Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH 1/2] doc: fixes the limitations for
> dpaa sec
> 
> 
> 
> On 6/21/2018 2:43 PM, Hemant Agrawal wrote:
> > Fixes: a74af788c632 ("crypto/dpaa_sec: support scatter gather")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
> > ---
> 
> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Applied to dpdk-next-crypto.
Thanks,

Pablo


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

* Re: [dpdk-dev] [dpdk-stable] [PATCH 2/2] doc: fixes the limitations for dpaa2 sec
  2018-06-21 14:22   ` Akhil Goyal
@ 2018-07-05  8:16     ` De Lara Guarch, Pablo
  0 siblings, 0 replies; 6+ messages in thread
From: De Lara Guarch, Pablo @ 2018-07-05  8:16 UTC (permalink / raw)
  To: Akhil Goyal, Hemant Agrawal, dev; +Cc: stable



> -----Original Message-----
> From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Akhil Goyal
> Sent: Thursday, June 21, 2018 3:22 PM
> To: Hemant Agrawal <hemant.agrawal@nxp.com>; dev@dpdk.org
> Cc: stable@dpdk.org
> Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH 2/2] doc: fixes the limitations for
> dpaa2 sec
> 
> 
> 
> On 6/21/2018 2:43 PM, Hemant Agrawal wrote:
> > Fixes: 37f96eb01bce ("crypto/dpaa2_sec: support scatter gather")
> > Cc: stable@dpdk.org
> >
> > Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
> > ---
> >
> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>

Applied to dpdk-next-crypto.
Thanks,

Pablo


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

end of thread, other threads:[~2018-07-05  8:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-21  9:13 [dpdk-dev] [PATCH 1/2] doc: fixes the limitations for dpaa sec Hemant Agrawal
2018-06-21  9:13 ` [dpdk-dev] [PATCH 2/2] doc: fixes the limitations for dpaa2 sec Hemant Agrawal
2018-06-21 14:22   ` Akhil Goyal
2018-07-05  8:16     ` [dpdk-dev] [dpdk-stable] " De Lara Guarch, Pablo
2018-06-21 14:22 ` [dpdk-dev] [PATCH 1/2] doc: fixes the limitations for dpaa sec Akhil Goyal
2018-07-05  8:16   ` [dpdk-dev] [dpdk-stable] " De Lara Guarch, Pablo

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).