netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* change the way e1000 is handling short VLAN frames
@ 2007-09-21  7:31 Emil Micek
  2007-09-21 11:59 ` jamal
  0 siblings, 1 reply; 18+ messages in thread
From: Emil Micek @ 2007-09-21  7:31 UTC (permalink / raw)
  To: netdev

Hello list,

I'd like to change behaviour of e1000 module when transmiting short
ethernet frames (shorter then 64 bytes) trough VLAN interface.

Current e1000 (according to our observations) first appends 4 bytes of
VLAN tag and then pads the frame to 64 bytes with zeroes if necessary
before transmiting it.

I'd like to change it so it first pads the frame to 64 B and appends the
VLAN tag afterwards, so the resulting VLAN frame would be 68 bytes
minimum.

I want to do it because C3 CMTS from arris, which is connected to our
linux box, has problems handling VLAN frames shorter then 68 bytes.

As i'm quite a newbie concerning linux sources and c programing, i'd
like to ask you if this'd be trivial or complex change and if someone
can point out relevant portions of the sources, where the necessary
changes should be done.

Regards

Emil Micek


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

end of thread, other threads:[~2007-09-24  8:41 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21  7:31 change the way e1000 is handling short VLAN frames Emil Micek
2007-09-21 11:59 ` jamal
2007-09-21 12:50   ` Emil Micek
2007-09-21 13:37     ` jamal
2007-09-21 13:46       ` jamal
2007-09-21 14:27         ` Francesco Fondelli
2007-09-21 15:43         ` Ben Greear
2007-09-21 21:12           ` jamal
2007-09-21 21:18             ` Ben Greear
2007-09-21 21:21             ` Kok, Auke
2007-09-21 21:29               ` jamal
2007-09-21 21:34                 ` Kok, Auke
2007-09-21 21:43                   ` jamal
2007-09-21 22:02                     ` Chris Leech
2007-09-24  8:40                       ` Emil Micek
2007-09-21 21:27             ` Chris Leech
2007-09-21 21:36               ` jamal
2007-09-21 17:05     ` Brandeburg, Jesse

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).