[dpdk-dev] [PATCH v5 3/9] ethdev: support new VF representor syntax
Andrew Rybchenko
andrew.rybchenko at oktetlabs.ru
Tue Jan 19 08:51:39 CET 2021
On 1/19/21 10:14 AM, Xueming Li wrote:
> Current VF representor syntax:
> representor=2 - single representor
> representor=[0-3] - single range
>
> To prepare for more representor types, this patch adds compatible VF
> representor devargs syntax:
>
> vf#:
> representor=vf2 - single representor
> representor=vf[1,3,5] - single list
> representor=vf[0-3] - single range
> representor=vf[0,1,4-7] - list with singles and range
>
> For backwards compatibility, representor "#" is interpreted as "vf#".
>
> Signed-off-by: Xueming Li <xuemingl at nvidia.com>
> Acked-by: Viacheslav Ovsiienko <viacheslavo at nvidia.com>
> Acked-by: Thomas Monjalon <thomas at monjalon.net>
Acked-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
More information about the dev
mailing list