Re: [PATCH v3 3/5] net/sfc: use new API to parse kvargs

2023-11-03 Thread Ferruh Yigit
On 11/3/2023 7:38 AM, Chengwen Feng wrote: > The sfc_kvargs_process() and sfc_efx_dev_class_get() function could > handle both key=value and only-key, so they should use > rte_kvargs_process_opt() instead of rte_kvargs_process() to parse. > > Signed-off-by: Chengwen Feng > --- > drivers/common/s

[PATCH v3 3/5] net/sfc: use new API to parse kvargs

2023-11-03 Thread Chengwen Feng
The sfc_kvargs_process() and sfc_efx_dev_class_get() function could handle both key=value and only-key, so they should use rte_kvargs_process_opt() instead of rte_kvargs_process() to parse. Signed-off-by: Chengwen Feng --- drivers/common/sfc_efx/sfc_efx.c | 4 ++-- drivers/net/sfc/sfc_kvargs.c