public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* Receiving of priority tagged packets
@ 2010-05-23  9:36 Vladislav Zolotarov
  2010-05-23 10:06 ` Eric Dumazet
  0 siblings, 1 reply; 7+ messages in thread
From: Vladislav Zolotarov @ 2010-05-23  9:36 UTC (permalink / raw)
  To: netdev@vger.kernel.org

Hello,
We were playing with FCoE in our labs and saw the strange behavior of Linux networking stack in regard to priority-tagged frames (the ones that have a zero VID in a VLAN tag). We saw that until we explicitly added a zero vlan interface (vconfig add ethX 0) the stack refused to accept such packets both in HW VLAN acceleration mode (skb is indicated using vlan_hwaccel_receive_skb()) and in a regular mode (skb is indicated with netif_receive_skb()).

However "IEEE Std 802.1Q, 2006 Edition DRAFT D0.1" in section 6.7 states the following: 

Each Bridge Port shall support the following parameters for use by these (EISS tagging and detagging) functions:
	c) an Acceptable Frame Types parameter with at least one of the following values:
		1) Admit Only VLAN-tagged frames;
		2) Admit Only Untagged and Priority-tagged frames;
		3) Admit All frames

So I guess this means that priority tagged frames should be accepted together with the untagged frames on the default interface ethX.

Could anyone explain, pls., what's the expected behavior of the Linux Networking Stack in regard to the priority-tagged frames and what's expected to be configured in order to start accepting them?

Thanks in advance,
vlad


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-05-24  9:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23  9:36 Receiving of priority tagged packets Vladislav Zolotarov
2010-05-23 10:06 ` Eric Dumazet
2010-05-23 10:22   ` Vladislav Zolotarov
2010-05-23 10:51     ` Vladislav Zolotarov
2010-05-23 20:32       ` Eric Dumazet
2010-05-24  7:44         ` Vladislav Zolotarov
2010-05-24  9:05           ` Vladislav Zolotarov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox