[dpdk-dev] [PATCH 1/5] bus/vmbus: add devargs support
Ferruh Yigit
ferruh.yigit at intel.com
Fri Sep 14 14:46:59 CEST 2018
On 8/30/2018 11:35 PM, Stephen Hemminger wrote:
> From: Stephen Hemminger <sthemmin at microsoft.com>
>
> Take device arguments from command line and put
> them in the device devargs.
>
> Signed-off-by: Stephen Hemminger <sthemmin at microsoft.com>
<...>
> @@ -204,6 +203,27 @@ vmbus_parse(const char *name, void *addr)
> return ret;
> }
>
> +/*
> + * scan for matching device args on command line
> + * example:
> + * -w 'vmbus(635a7ae3-091e-4410-ad59-667c4f8c04c3,latency=20)'
This is just in comment but,
I guess latest syntax is:
-w "vmbus:635a7ae3-091e-4410-ad59-667c4f8c04c3,latency=20"
@Gaetan, is latest devarg syntax documented somewhere?
More information about the dev
mailing list