On Sun, May 1, 2016 at 6:13 AM, Ran Shalit <ransha...@gmail.com> wrote: > Hello, > > > I am using intel igb driver in Linux. > > The driver strip the packet from vlan inofmation. But we need this > information in the packet. > > We tried to change build flag, or see if there is any feature with > ethtool that can disable this feature, but nothing helps. > > > Is there any way to achive this ? > > Regards, > > Ran
You should be able to turn off the offload by setting "rx-vlan-offload" to "off" via "ethtool -K". - Alex