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

2021-02-16 Thread Xueming(Steven) Li
>-Original Message- >From: Andrew Rybchenko >Sent: Monday, February 15, 2021 4:26 PM >To: Xueming(Steven) Li >Cc: dev@dpdk.org; Slava Ovsiienko ; Asaf Penso >; NBU-Contact-Thomas Monjalon >; Ferruh Yigit >Subject: Re: [PATCH v6 4/9] ethdev: support sub function representor > >Hi, > >O

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

2021-02-15 Thread Andrew Rybchenko
Hi, On 2/14/21 6:21 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

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

2021-02-13 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