On 09/01/2018 22:10, Ferruh Yigit wrote:
[..]
+Adding a representor for a VF requires specifying the PF in
+``Bus_DomBDF`` format alongside the index number of the VF::
+
+ testpmd> add representor pci_0000:81:00.0 0
I am for grouping port related commands under "port" command, these are all OK
in their context, but when you look into all testpmd command it turns into mess.
What do you think for:
port representor add <pf_address> <vport_id>
port representor del <pf_address> <vport_id>
Seems good to me - did notice some of the interactive help screens were
a bit on the long side..