> This patch enable out-of-place auth-cipher operations where
> digest should be encrypted among with the rest of raw data.
> It also adds support for partially encrypted digest when using
> auth-cipher operations.
>
> Fixes: 7c87e2d7b359 ("crypto/snow3g: use IPsec library")
> Cc: [email protected]
>
I believe it is a new feature to be supported.
Hence is not a Fix.
And submitting a new feature after RC2 is a bit late.
I recommend to defer to next release.
The documentation update in .ini file is also missing.
You may also update the release notes for supporting
this feature.
> Signed-off-by: Damian Nowak <[email protected]>
> Signed-off-by: Kai Ji <[email protected]>
> ---
> drivers/crypto/snow3g/rte_snow3g_pmd.c | 131 ++++++++++++++++++++++-
> --