RE: [EXT] [PATCH] ipsec_mb: expect ENOTSUP in ipsec_mb_create()

2023-02-28 Thread Ji, Kai
s Monjalon > ; Ji, Kai ; De Lara Guarch, Pablo > > Cc: dev@dpdk.org > Subject: RE: [EXT] [PATCH] ipsec_mb: expect ENOTSUP in ipsec_mb_create() > > > Subject: [EXT] [PATCH] ipsec_mb: expect ENOTSUP in ipsec_mb_create() > > Title should start with crypto/ipsec_mb:

RE: [EXT] [PATCH] ipsec_mb: expect ENOTSUP in ipsec_mb_create()

2023-02-27 Thread Akhil Goyal
> Subject: [EXT] [PATCH] ipsec_mb: expect ENOTSUP in ipsec_mb_create() Title should start with crypto/ipsec_mb: Avoid using function names in patch titles. > > Commit b35848bc01f6 ("crypto/ipsec_mb: add multi-process IPC request > handler") is part of DPDK 22.11 release an

[PATCH] ipsec_mb: expect ENOTSUP in ipsec_mb_create()

2023-02-20 Thread Krzysztof Karas
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 w