We’re using dual port 25gbe NIC and have a need to pass traffic from the first port to the second port while making a small transformation of the packets (change vlan). We will use linux tc (on RHEL8) to do this.
Currently it works but it does not offload (does not indicate “in_hw”).
Is offload supported when moving packets between the two PFs on the same NIC or is each PF completely isolated, requiring a trip up to the host and back?
We are on MLNX_OFED_LINUX-5.8-1.0.1.1-rhel8.6-x86_64
Adapter is on F/W 16.35.1012
Thanks!
-J