Re: [E1000-devel] vlan and multicast

2010-10-13 Thread Sanjay Gandotra
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

Re: [E1000-devel] vlan and multicast

2010-10-12 Thread Tantilov, Emil S
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

[E1000-devel] vlan and multicast

2010-10-11 Thread Sanjay Gandotra
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