My bad. Definitely, there was something wrong in my
setup/configuration earlier.
I can confirm that by setting E1000_RPLOLR_STRVLAN bit to 0 in
E1000_RPLOLR, VLAN header for multi cast traffic is not getting
stripped.
//sanjay
On Tue, Oct 12, 2010 at 10:41 AM, Tantilov, Emil S
wrote:
> Sanjay Ga
Sanjay Gandotra wrote:
> VLAN header is getting stripped for Unicast and multicast traffic.
> After looking at the driver code, managed to disable VLAN header
> stripping for Unicast traffic by:
> setting E1000_VMOLR_STRVLAN bit to 0 in vmlor (0x05AD0)
> Tried to do the same (do not strip VLAN head
VLAN header is getting stripped for Unicast and multicast traffic.
After looking at the driver code, managed to disable VLAN header
stripping for Unicast traffic by:
setting E1000_VMOLR_STRVLAN bit to 0 in vmlor (0x05AD0)
Tried to do the same (do not strip VLAN header) for multicast traffic
by sett