diff mbox series

[2/2] doc: fixes the limitations for dpaa2 sec

Message ID 1529572421-17968-2-git-send-email-hemant.agrawal@nxp.com
State Accepted
Commit 260014edb510693fea6d7e60c17e9f023a26baf2
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: 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(-)

-- 
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: 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>
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: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
diff mbox series

Patch

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