You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In multi-port E-Switch setup, the MLX5 PMD always added
PF representor port.
For example, `representor=pf1vf[0,1]` implicitly added PF1 representor
port:
```
Port Name
0 p0
1 p1
2 representor_c0pf1vf0
3 representor_c0pf1vf1
```
The patch adds support for the new representor format that suppresses
PF representor attachment:
Example: `representor=(pf1)vf[0,1]`
```
Port Name
0 p0
1 representor_c0pf1vf0
2 representor_c0pf1vf1
```
Signed-off-by: Gregory Etelson <[email protected]>
0 commit comments