diff mbox series

[1/2] doc: fixes the limitations for dpaa sec

Message ID 1529572421-17968-1-git-send-email-hemant.agrawal@nxp.com
State Accepted
Commit 31ce190ef15ecb8c11e3a505b7497df90d858ac9
Headers show
Series [1/2] doc: fixes the limitations for dpaa sec | expand

Commit Message

Hemant Agrawal June 21, 2018, 9:13 a.m. UTC
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(-)

-- 
2.7.4

Comments

Akhil Goyal June 21, 2018, 2:22 p.m. UTC | #1
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>
De Lara Guarch, Pablo July 5, 2018, 8:16 a.m. UTC | #2
> -----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
diff mbox series

Patch

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