Re: [dpdk-dev] [PATCH v9 00/10] ethdev: support SubFunction representor

2021-03-17 Thread Xueming(Steven) Li
>-Original Message- >From: Ferruh Yigit >Sent: Wednesday, March 17, 2021 3:19 AM >To: Xueming(Steven) Li ; Andrew Rybchenko > >Cc: dev@dpdk.org; Slava Ovsiienko ; Asaf Penso > >Subject: Re: [PATCH v9 00/10] ethdev: support SubFunction representor > >On 3/11/2021 1:13 PM, Xueming Li wro

Re: [dpdk-dev] [PATCH v9 00/10] ethdev: support SubFunction representor

2021-03-16 Thread Ferruh Yigit
On 3/11/2021 1:13 PM, Xueming Li wrote: SubFunction [1] is a portion of the PCI device, a SF netdev has its own dedicated queues(txq, rxq). A SF netdev supports E-Switch representation offload similar to existing PF and VF representors. A SF shares PCI level resources with other SFs and/or with i

[dpdk-dev] [PATCH v9 00/10] ethdev: support SubFunction representor

2021-03-11 Thread Xueming Li
SubFunction [1] is a portion of the PCI device, a SF netdev has its own dedicated queues(txq, rxq). A SF netdev supports E-Switch representation offload similar to existing PF and VF representors. A SF shares PCI level resources with other SFs and/or with its parent PCI function. >From SmartNIC pe