On Sat, 2021-10-23 at 08:17 +0200, David Marchand wrote:
> On Wed, Oct 20, 2021 at 5:48 PM Xueming Li wrote:
> > + kvlist = rte_kvargs_parse(args, NULL);
> > + if (kvlist == NULL) {
> > + printf("rte_devargs_parse(%s) %s_str: %s not parsed\n",
> > + d
On Wed, Oct 20, 2021 at 5:48 PM Xueming Li wrote:
> + kvlist = rte_kvargs_parse(args, NULL);
> + if (kvlist == NULL) {
> + printf("rte_devargs_parse(%s) %s_str: %s not parsed\n",
> + devargs, layer, args);
> + return -1;
> + }
> +
On Wed, Oct 20, 2021, at 17:47, Xueming Li wrote:
> Initial version to test global devargs syntax.
>
> Signed-off-by: Xueming Li
Hi,
Thanks for making the changes.
I have the nagging impression that the runtime checks could have been written
in a lighter way, but maybe that's just it. It seems t
3 matches
Mail list logo