Hi, Our application needs vlan tag, so vlan tag stripping is disabled using below commands - # ethtool -K <ethX> rxvlan off # ethtool -K <ethX> txvlan off
When Intel interfaces are set to down and then up (reset), even though vlan tag stripping is disabled, vlan tags are getting removed from the packets. I tried below patch, but still issue is observed. Tagged packets are dropped. Not sure if there is additional commits required along with this patch. If so, please share it. Patch: https://lore.kernel.org/netdev/20211119181243.1839441-5-anthony.l.ngu...@intel.com/ Fix tried: When interface is made active as part of iavf_open() API, I have invoked iavf_send_vf_config_msg() i.e. resending vf config message to PF inside iavf_open(). With this fix, issue is resolved. Can anyone please suggest whether fix tried is correct? If incase there is already fix available for this issue, please share the commit details. Regards, Manasa _______________________________________________ E1000-devel mailing list E1000-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel Ethernet, visit https://community.intel.com/t5/Ethernet-Products/bd-p/ethernet-products