[PATCH v2] crypto/ipsec_mb: expect ENOTSUP

Akhil Goyal gakhil at marvell.com
Thu Mar 16 19:46:49 CET 2023


> Acked-by: Kai Ji <kai.ji at intel.com>
> 
> > Subject: [PATCH v2] crypto/ipsec_mb: expect ENOTSUP
> >
> > Commit b35848bc01f6 ("crypto/ipsec_mb: add multi-process IPC request
> > handler") is part of DPDK 22.11 release and it enforces usage of shared
> > config and multiprocess mode.
> >
> > DPDK is not required to be run with more than one process in general, so
> > instead of erroring out, catch the error and proceed with ipsec_mb
> > device creation normally.
> >
> > Fixes: b35848bc01f6 ("crypto/ipsec_mb: add multi-process IPC request
> > handler")
> > Signed-off-by: Krzysztof Karas <krzysztof.karas at intel.com>
> > ---
> > v2:
> >  * Modified patch title and added "Fixes:" note.
> >  * Restored original comparison "rte_errno == EEXIST".
> >
> >  .mailmap                                   | 1 +
> >  drivers/crypto/ipsec_mb/ipsec_mb_private.c | 2 +-
> >  2 files changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/.mailmap b/.mailmap
> > index a9f4f28fba..dad475b9d0 100644
> > --- a/.mailmap
> > +++ b/.mailmap
> > @@ -1583,3 +1583,4 @@ Ziye Yang <ziye.yang at intel.com>  Zoltan Kiss
> > <zoltan.kiss at schaman.hu> <zoltan.kiss at linaro.org>  Zorik Machulsky
> > <zorik at amazon.com>  Zyta Szpak <zyta at marvell.com> <zr at semihalf.com>
> > <zyta.szpak at semihalf.com>
> > +Krzysztof Karas <krzysztof.karas at intel.com>

Removed mailmap entry as it is already present + it should have been alphabetically sorted.

Applied to dpdk-next-crypto



More information about the dev mailing list