Re: [dpdk-dev] [PATCH v6 5/9] ethdev: support PF index in representor
From: Andrew Rybchenko <hidden>
Date: 2021-02-15 08:28:30
From: Andrew Rybchenko <hidden>
Date: 2021-02-15 08:28:30
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: representor=pf0vf0 - single VF representor representor=pf[0-1]sf[0-1023] - SF representors from 2 PFs PF type representor is supported by using standalone 'pf' section: representor=pf1 - PF representor Signed-off-by: Xueming Li <redacted> Acked-by: Viacheslav Ovsiienko <redacted> Acked-by: Thomas Monjalon <redacted>
Acked-by: Andrew Rybchenko <redacted>