Re: [dpdk-dev] [RFC 2/7] ethdev: support multi-host representor

2020-12-28 Thread Andrew Rybchenko
On 12/18/20 5:55 PM, Xueming Li wrote: > This patch introduce multi-host controller for ethdev representor > syntax, examples: > > [[c#]pf#]vf#: VF port representor/s, example: pf0vf1 > [[c#]pf#]sf#: SF port representor/s, example: c1pf1sf[0-3] > > c# is controller ID/range in case of multi-host,

[dpdk-dev] [RFC 2/7] ethdev: support multi-host representor

2020-12-18 Thread Xueming Li
This patch introduce multi-host controller for ethdev representor syntax, examples: [[c#]pf#]vf#: VF port representor/s, example: pf0vf1 [[c#]pf#]sf#: SF port representor/s, example: c1pf1sf[0-3] c# is controller ID/range in case of multi-host, optional. It is mostly for SmartNIC attached to mult