netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* accelerated vlan gives pcap tagged packets untagged
@ 2009-02-08 11:37 Pierre Ossman
  2009-02-08 23:26 ` Francois Romieu
  2009-02-09 13:23 ` Patrick McHardy
  0 siblings, 2 replies; 9+ messages in thread
From: Pierre Ossman @ 2009-02-08 11:37 UTC (permalink / raw)
  To: Francois Romieu, netdev, Patrick McHardy

[-- Attachment #1: Type: text/plain, Size: 2266 bytes --]

Hi,

I'm having some problems with r8169 and vlans. The basic problem is
that pcap on eth1 gives me tagged packets, but in a form where it is
impossible to tell it is tagged. This is causing problems for dhcpd:

Feb  6 20:04:22 asgard dhcpd: DHCPDISCOVER from 00:15:00:08:98:1f via eth1.2
Feb  6 20:04:22 asgard dhcpd: DHCPDISCOVER from 00:15:00:08:98:1f via eth1
Feb  6 20:04:23 asgard dhcpd: DHCPOFFER on 10.8.2.230 to 00:15:00:08:98:1f via eth1.2
Feb  6 20:04:23 asgard dhcpd: DHCPOFFER on 10.8.0.128 to 00:15:00:08:98:1f via eth1
Feb  6 20:04:23 asgard dhcpd: DHCPREQUEST for 10.8.2.230 (10.8.2.254) from 00:15:00:08:98:1f via eth1.2
Feb  6 20:04:23 asgard dhcpd: DHCPACK on 10.8.2.230 to 00:15:00:08:98:1f via eth1.2
Feb  6 20:04:23 asgard dhcpd: DHCPREQUEST for 10.8.2.230 (10.8.2.254) from 00:15:00:08:98:1f via eth1: wrong network.
Feb  6 20:04:23 asgard dhcpd: DHCPNAK on 10.8.2.230 to 00:15:00:08:98:1f via eth1

I assume this is because the hardware supports vlans and handles all
the tag stripping.

(I've confirmed with tcpdump that the packets lack tags when they are
presented to userspace)

From what I can tell, I cannot fix this without rebuilding the kernel
and removing the acceleration support from the r8169 driver. Is there
some method I've overlooked?

Preferably, I'd like the kernel to expose to pcap what's on the wire
(i.e. accelerated vs non-accelerated looks the same from userspace). If
that means too much processing to be desirable, the next best thing
would be to simply not show tagged packets on the raw interface. The
ability to turn vlan acceleration on and off in the latter case would
also be desirable for network debugging.


Possibly related, all docs state that header reordering is disabled by
default. But it is on by default here. This might be because of the
acceleration, but the docs need some type of update either way. :)

Thanks
-- 
     -- Pierre Ossman

  Linux kernel, MMC maintainer        http://www.kernel.org
  rdesktop, core developer          http://www.rdesktop.org

  WARNING: This correspondence is being monitored by the
  Swedish government. Make sure your server uses encryption
  for SMTP traffic and consider using PGP for end-to-end
  encryption.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

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

end of thread, other threads:[~2011-08-06 16:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-08 11:37 accelerated vlan gives pcap tagged packets untagged Pierre Ossman
2009-02-08 23:26 ` Francois Romieu
2009-02-09 13:23 ` Patrick McHardy
2009-02-09 13:34   ` Pierre Ossman
2009-02-09 13:39     ` Patrick McHardy
2009-07-23 16:08   ` Malcolm Scott
2009-07-23 16:35     ` Patrick McHardy
2009-07-24 16:50       ` Malcolm Scott
2011-08-06 16:00         ` Pierre Ossman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).