Re: [dpdk-dev] [PATCH v5 4/9] ethdev: support sub function representor

2021-01-18 Thread Andrew Rybchenko
On 1/19/21 10:14 AM, Xueming Li wrote: > SubFunction is a portion of the PCI device, created on demand, a SF > netdev has its own dedicated queues(txq, rxq). A SF netdev supports > eswitch representation offload similar to existing PF and VF > representors. > > To support SF representor, this patc

[dpdk-dev] [PATCH v5 4/9] ethdev: support sub function representor

2021-01-18 Thread Xueming Li
SubFunction is a portion of the PCI device, created on demand, a SF netdev has its own dedicated queues(txq, rxq). A SF netdev supports eswitch representation offload similar to existing PF and VF representors. To support SF representor, this patch introduces new devargs syntax, examples: represe