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 with 'only keys' >> (e.g. socket_id,max_nb_queue_pairs). >> >> Fixes: 9e6edea41805 ("cryptodev: add APIs to assist PMD initialisation") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Chengwen Feng <fengcheng...@huawei.com> > Acked-by: Akhil Goyal <gak...@marvell.com> > > I would say, you can squash your 4/9 and 5/9 patch in a single commit. > As you are doing the same thing in both the patches.
The cause of the problem is the same but the symptom is different, so I split two commit. It's okay to squash. > . >