[dpdk-stable] [PATCH] crypto/octeontx2: fix crypto OOP support

Akhil Goyal akhil.goyal at nxp.com
Mon Oct 26 19:39:34 CET 2020


>Subject: [PATCH] crypto/octeontx2: fix crypto OOP support
> 
> Out of place with linear buffers is supported by octeontx2
> while not advertised.
> 
> Cc: stable at dpdk.org
> Fixes: 6aa9ceaddf1d ("crypto/octeontx2: add symmetric capabilities")
> Signed-off-by: Didier Pallard <didier.pallard at 6wind.com>

Cc below fixes line and then a blank line.
> ---
>  drivers/crypto/octeontx2/otx2_cryptodev.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/crypto/octeontx2/otx2_cryptodev.c
> b/drivers/crypto/octeontx2/otx2_cryptodev.c
> index 02d2fd83bdcf..44da26c78d04 100644
> --- a/drivers/crypto/octeontx2/otx2_cryptodev.c
> +++ b/drivers/crypto/octeontx2/otx2_cryptodev.c
> @@ -114,6 +114,7 @@ otx2_cpt_pci_probe(struct rte_pci_driver *pci_drv
> __rte_unused,
>  			     RTE_CRYPTODEV_FF_HW_ACCELERATED |
>  			     RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING |
>  			     RTE_CRYPTODEV_FF_IN_PLACE_SGL |
> +			     RTE_CRYPTODEV_FF_OOP_LB_IN_LB_OUT |
>  			     RTE_CRYPTODEV_FF_OOP_SGL_IN_LB_OUT |
>  			     RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT |
>  			     RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO |

This feature flag is missing in the documentation of the PMD as well.
doc/guides/cryptodevs/features/octeontx2.ini

Same comment for http://patches.dpdk.org/patch/81947/



More information about the stable mailing list