Hi Akhil,

> -----Original Message-----
> From: Akhil Goyal [mailto:[email protected]]
> Sent: Friday, January 19, 2018 11:51 AM
> To: [email protected]
> Cc: De Lara Guarch, Pablo <[email protected]>;
> [email protected]; [email protected]; Akhil Goyal
> <[email protected]>
> Subject: [PATCH 1/2] crypto/dpaa2_sec: support for scatter gather
> 
> Signed-off-by: Alok Makhariya <[email protected]>
> Signed-off-by: Akhil Goyal <[email protected]>
> ---
>  doc/guides/cryptodevs/features/default.ini   |   1 +
>  doc/guides/cryptodevs/features/dpaa2_sec.ini |   1 +
>  drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c  | 588
> +++++++++++++++++++++++++--
>  test/test/test_cryptodev.c                   |  10 +
>  test/test/test_cryptodev_aes_test_vectors.h  |  22 +-
> test/test/test_cryptodev_hash_test_vectors.h |  14 +
>  6 files changed, 596 insertions(+), 40 deletions(-)
> 
> diff --git a/doc/guides/cryptodevs/features/default.ini
> b/doc/guides/cryptodevs/features/default.ini
> index 18d66cb..728ce3b 100644
> --- a/doc/guides/cryptodevs/features/default.ini
> +++ b/doc/guides/cryptodevs/features/default.ini
> @@ -18,6 +18,7 @@ CPU AVX512             =
>  CPU AESNI              =
>  CPU NEON               =
>  CPU ARM CE             =
> +Mbuf scatter gather    =

I think we should separate this addition (Mbuf scatter gather) to the 
default.ini file in another patch,
and then check the PMDs that support this feature and set it in their .ini 
files (with other patches).
Hopefully it should be straight forward, as there is a feature flag equivalent 
to this one.

Thanks,
Pablo

Reply via email to