Hi.
I want to strip the vlan tags on all receiving 802.1q packets in hardware. I'm using the Intel 82599 10Gigabit Ethernet Controller, and from what I have found out this can be done by modifying bits, like RXDCTL.VME. Is this correct? If so, where can I find the header files containing the bits I need to modify on my Ubuntu (I'm guessing on a default location)?
Or can this be done using IPMI?
All help appreciated.