On Thu, 6 Nov 2025 07:52:44 +0200 Gregory Etelson <[email protected]> wrote:
> The current format for a port representor parameter is > '-a DBDF,representor=pfXvfY'. > That parameter syntax describes port representor relative to > PCI device DBDF. > In that notation VF Y belongs to PF X and PF X is relative to DBDF. > > The syntax 'pfXvfY' will probe 2 port representors: PF X and VF Y. > If we want to refer only to VF Y related to PF X, the parameter must > be '(pfX)vfY'. > In this case only VF Y representor will be probed. > > Signed-off-by: Gregory Etelson <[email protected]> > --- > v2: Add comments. > In rte_eth_devargs structure rename port_flags -> flags. > v4: Rename devargs flag macro. Acked-by: Stephen Hemminger <[email protected]>

