Re: [EXT] [PATCH 4/9] cryptodev: fix segment fault when parse input args

2023-03-02 Thread fengchengwen
On 2023/3/2 16:11, Akhil Goyal wrote: >> The rte_kvargs_process() was used to parse KV pairs, it also supports >> to parse 'only keys' (e.g. socket_id) type. And the callback function >> parameter 'value' is NULL when parsed 'only keys'. >> >> This patch fixes segment fault when parse input args wi

RE: [EXT] [PATCH 4/9] cryptodev: fix segment fault when parse input args

2023-03-02 Thread Akhil Goyal
> The rte_kvargs_process() was used to parse KV pairs, it also supports > to parse 'only keys' (e.g. socket_id) type. And the callback function > parameter 'value' is NULL when parsed 'only keys'. > > This patch fixes segment fault when parse input args with 'only keys' > (e.g. socket_id,max_nb_qu

[PATCH 4/9] cryptodev: fix segment fault when parse input args

2023-03-01 Thread Chengwen Feng
The rte_kvargs_process() was used to parse KV pairs, it also supports to parse 'only keys' (e.g. socket_id) type. And the callback function parameter 'value' is NULL when parsed 'only keys'. This patch fixes segment fault when parse input args with 'only keys' (e.g. socket_id,max_nb_queue_pairs).

[PATCH 4/9] cryptodev: fix segment fault when parse input args

2023-03-01 Thread Chengwen Feng
The rte_kvargs_process() was used to parse KV pairs, it also supports to parse 'only keys' (e.g. socket_id) type. And the callback function parameter 'value' is NULL when parsed 'only keys'. This patch fixes segment fault when parse input args with 'only keys' (e.g. socket_id,max_nb_queue_pairs).