Re: [dpdk-dev] [PATCH v6 5/9] ethdev: support PF index in representor

2021-02-16 Thread Xueming(Steven) Li
>-Original Message- >From: Andrew Rybchenko >Sent: Monday, February 15, 2021 4:35 PM >To: Xueming(Steven) Li >Cc: dev@dpdk.org; Slava Ovsiienko ; Asaf Penso >; NBU-Contact-Thomas Monjalon >; Ferruh Yigit >Subject: Re: [PATCH v6 5/9] ethdev: support PF index in representor > >On 2/14/21

Re: [dpdk-dev] [PATCH v6 5/9] ethdev: support PF index in representor

2021-02-15 Thread Andrew Rybchenko
On 2/14/21 6:21 AM, Xueming Li wrote: > With Kernel bonding, multiple underlying PFs are bonded, VFs come > from different PF, need to identify representor of VFs unambiguously by > adding PF index. > > This patch introduces optional 'pf' section to representor devargs > syntax, examples: > repre

Re: [dpdk-dev] [PATCH v6 5/9] ethdev: support PF index in representor

2021-02-15 Thread Andrew Rybchenko
On 2/14/21 6:21 AM, Xueming Li wrote: > With Kernel bonding, multiple underlying PFs are bonded, VFs come > from different PF, need to identify representor of VFs unambiguously by > adding PF index. > > This patch introduces optional 'pf' section to representor devargs > syntax, examples: > repre

[dpdk-dev] [PATCH v6 5/9] ethdev: support PF index in representor

2021-02-13 Thread Xueming Li
With Kernel bonding, multiple underlying PFs are bonded, VFs come from different PF, need to identify representor of VFs unambiguously by adding PF index. This patch introduces optional 'pf' section to representor devargs syntax, examples: representor=pf0vf0 - single VF representor r