On 8/30/2018 11:35 PM, Stephen Hemminger wrote: > From: Stephen Hemminger <sthem...@microsoft.com> > > Take device arguments from command line and put > them in the device devargs. > > Signed-off-by: Stephen Hemminger <sthem...@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?