Re: [dpdk-dev] [RFC 1/7] ethdev: support sub function representor

2020-12-28 Thread Andrew Rybchenko
On 12/18/20 5:55 PM, Xueming Li wrote: > To support SF representor, this patch enhances devargs syntax: > > [pf#]vf#: new VF port representor/s, example: vf[0-3], pf0vf3 > [pf#]sf#: new SF port representor/s, example: sf[0-3], pf1sf2 > > pf# is optional for SF and VF representor. If not present,

[dpdk-dev] [RFC 1/7] ethdev: support sub function representor

2020-12-18 Thread Xueming Li
To support SF representor, this patch enhances devargs syntax: [pf#]vf#: new VF port representor/s, example: vf[0-3], pf0vf3 [pf#]sf#: new SF port representor/s, example: sf[0-3], pf1sf2 pf# is optional for SF and VF representor. If not present, representor is detected from PCI BDF of device argu