Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*alignment\s+issues\s+on\s+netif_rx\s*$/: 60 ]

Total 60 documents matching your query.

21. Re: alignment issues on netif_rx (score: 1)
Author: xxxxxxx
Date: 19 Dec 2000 19:35:17 +0100
/archives/netdev/2000-12/msg00077.html (9,717 bytes)

22. Re: alignment issues on netif_rx (score: 1)
Author: xxxxxx>
Date: Tue, 19 Dec 2000 21:49:49 +0300 (MSK)
/archives/netdev/2000-12/msg00078.html (9,120 bytes)

23. Re: alignment issues on netif_rx (score: 1)
Author: xxxxxxx
Date: 19 Dec 2000 21:30:42 +0100
/archives/netdev/2000-12/msg00079.html (9,578 bytes)

24. Re: alignment issues on netif_rx (score: 1)
Author: xxxxxx>
Date: Tue, 19 Dec 2000 23:33:07 +0300 (MSK)
/archives/netdev/2000-12/msg00080.html (8,944 bytes)

25. Re: alignment issues on netif_rx (score: 1)
Author: xxxxxx>
Date: 20 Dec 2000 01:15:11 +0100
/archives/netdev/2000-12/msg00083.html (9,308 bytes)

26. Re: alignment issues on netif_rx (score: 1)
Author: xxxxxx>
Date: Tue, 19 Dec 2000 19:41:17 -0700
/archives/netdev/2000-12/msg00085.html (11,512 bytes)

27. Re: alignment issues on netif_rx (score: 1)
Author: xxxxxx>
Date: Wed, 20 Dec 2000 05:34:37 +0100
/archives/netdev/2000-12/msg00086.html (9,904 bytes)

28. Re: alignment issues on netif_rx (score: 1)
Author: xxxxxx>
Date: Wed, 20 Dec 2000 20:48:56 +0300 (MSK)
/archives/netdev/2000-12/msg00087.html (8,714 bytes)

29. Re: alignment issues on netif_rx (score: 1)
Author: xxxxxx>
Date: 20 Dec 2000 20:36:59 +0100
/archives/netdev/2000-12/msg00090.html (9,232 bytes)

30. Re: alignment issues on netif_rx (score: 1)
Author: xxxxxx>
Date: Wed, 20 Dec 2000 22:48:27 +0300 (MSK)
/archives/netdev/2000-12/msg00091.html (9,017 bytes)

31. alignment issues on netif_rx (score: 1)
Author: Kai Germaschewski <kai@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 15 Dec 2000 13:41:32 +0100 (CET)
Some people are planning to use the ISDN code in the linux kernel on their MIPS port. They ran into some problems with alignment, and use the following patch to fix their problems. diff -ur isdn-HEAD
/archives/netdev/2000-12/msg00160.html (9,618 bytes)

32. Re: alignment issues on netif_rx (score: 1)
Author: Kai Germaschewski <kai@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 15 Dec 2000 14:09:35 +0100 (CET)
Suppose I should have mentioned that the port is based on 2.2.16. --Kai
/archives/netdev/2000-12/msg00161.html (8,249 bytes)

33. Re: alignment issues on netif_rx (score: 1)
Author: Andi Kleen <ak@xxxxxx>
Date: Fri, 15 Dec 2000 17:15:47 +0100
Aligning data is the driver's responsibility. The kernel should not fail though even when it is misaligned, only be slow because of misalignment traps. This is needed because the driver can not alway
/archives/netdev/2000-12/msg00162.html (9,018 bytes)

34. Re: alignment issues on netif_rx (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Fri, 15 Dec 2000 08:06:21 -0800
Without the above fix of aligning skb->data on a 4-byte boundary, the packet would get dropped later on. Question is: Is this the right way to handle this problem, or should netif_rx be smarter and t
/archives/netdev/2000-12/msg00163.html (9,131 bytes)

35. Re: alignment issues on netif_rx (score: 1)
Author: Ralf Baechle <ralf@xxxxxxxxxxx>
Date: Sat, 16 Dec 2000 12:51:46 +0100
We do handle them on MIPS - since ca. '95 or so ... Ralf
/archives/netdev/2000-12/msg00164.html (9,416 bytes)

36. Re: alignment issues on netif_rx (score: 1)
Author: Johannes Erdfelt <johannes@xxxxxxxxxxx>
Date: Sat, 16 Dec 2000 13:51:25 -0500
The ia64 port cannot handle unaligned memory accesses in kernel mode: arch/ia64/kernel/unaligned.c: /* * Unaligned references in the kernel could come from unaligned * arguments to system calls. We f
/archives/netdev/2000-12/msg00165.html (10,471 bytes)

37. Re: alignment issues on netif_rx (score: 1)
Author: Kai Germaschewski <kai@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 17 Dec 2000 15:30:45 +0100 (CET)
I think they're doing their own port to some special hardware - anyway, I take it they have to fix it to handle the unaligned accesses. Thanks to everyone. --Kai
/archives/netdev/2000-12/msg00166.html (9,035 bytes)

38. Re: alignment issues on netif_rx (score: 1)
Author: Andi Kleen <ak@xxxxxx>
Date: Sun, 17 Dec 2000 22:36:12 +0100
Nobody apparently tried to use IPX on IA64 yet (due to a different ethernet header length it usually has to deal with an misaligned header) With this there are also plenty of ways to crash an IA64 bo
/archives/netdev/2000-12/msg00167.html (9,812 bytes)

39. Re: alignment issues on netif_rx (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Sun, 17 Dec 2000 21:26:05 -0800
However, I can't imagine we've made it this long without this being a problem so there must be something I'm missing. It only happens when you use non-{ipv4,ipv6} protocols or devices which do not se
/archives/netdev/2000-12/msg00168.html (9,276 bytes)

40. Re: alignment issues on netif_rx (score: 1)
Author: Jes Sorensen <jes@xxxxxxxxxxxxx>
Date: 18 Dec 2000 16:30:52 +0100
I have been thinking about adding mis-word-aligned read/write macros to the networking code for this reason. Ie. less generic macros that will load half words and merge them instead of the very gene
/archives/netdev/2000-12/msg00172.html (10,742 bytes)


This search system is powered by Namazu