Allow iovctl to create VFs that are restricted to specific VLAN IDs.
This is supported by the cxgbe and mlx5 drivers.
MFC after: 2 weeks
Sponsored by: Orange Business Services
Differential D45402
iovctl: allow vlan restrictions to be passed to the driver kp on May 29 2024, 8:27 PM. Authored by Tags None Referenced Files
Details Allow iovctl to create VFs that are restricted to specific VLAN IDs. MFC after: 2 weeks
Diff Detail
Event TimelineComment Actions I've not been able to test the mxl5 changes as I don't have access to the hardware. And the cxgbe patch doesn't quite work, because the VM VF generates errors like kernel: t6vf0: FW_ERROR (non-fatal) ACL cidx 1 PF 0 VF 1 eqid 18449 MAC 80 00 00 00 01 00. I'm not entirely clear on what I'm doing wrong, but I figured I'd post it so people more familiar with the relevant drivers can offer feedback. Comment Actions I only ask you to push the mlx5 changes as a standalone commit (it makes things easier for us internally). Comment Actions
So will the restricted VFs work much like vlan(4) devices over PF ? Or vlan(4) over VF is still needed to pass in tagged packets to the net stack?
Comment Actions
|