Re: [PATCH] bus/auxiliary: fix device iteration

2021-11-24 Thread David Marchand
On Mon, Nov 22, 2021 at 10:43 AM Xueming(Steven) Li wrote: > On Mon, 2021-11-22 at 10:25 +0100, David Marchand wrote: > > rte_kvargs_parse() expects a NULL terminated keys array. > > > > Fixes: 1afce3086cf4 ("bus/auxiliary: introduce auxiliary bus") > > > > Signed-off-by: David Marchand > Acked b

Re: [PATCH] bus/auxiliary: fix device iteration

2021-11-22 Thread Xueming(Steven) Li
On Mon, 2021-11-22 at 10:25 +0100, David Marchand wrote: > rte_kvargs_parse() expects a NULL terminated keys array. > > Fixes: 1afce3086cf4 ("bus/auxiliary: introduce auxiliary bus") > > Signed-off-by: David Marchand > --- > drivers/bus/auxiliary/auxiliary_params.c | 1 + > 1 file changed, 1 in

[PATCH] bus/auxiliary: fix device iteration

2021-11-22 Thread David Marchand
rte_kvargs_parse() expects a NULL terminated keys array. Fixes: 1afce3086cf4 ("bus/auxiliary: introduce auxiliary bus") Signed-off-by: David Marchand --- drivers/bus/auxiliary/auxiliary_params.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/bus/auxiliary/auxiliary_params.c b/driv