Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[PATCH\]\s+consolidate\s+skb\s+delivery\s*$/: 10 ]

Total 10 documents matching your query.

1. [PATCH] consolidate skb delivery (score: 1)
Author: Stephen Hemminger <shemminger@xxxxxxxx>
Date: Thu, 2 Oct 2003 10:21:33 -0700
Several places all have the same code for delivering skb's to protocols. Consolidate into one inline function and give preference to new protocols. diff -Nru a/net/core/dev.c b/net/core/dev.c -- a/ne
/archives/netdev/2003-10/msg00030.html (10,884 bytes)

2. Re: [PATCH] consolidate skb delivery (score: 1)
Author: Andi Kleen <ak@xxxxxxx>
Date: Thu, 2 Oct 2003 21:25:46 +0200
Are there even any old style protocols left? If not you could just make it BUG() -Andi
/archives/netdev/2003-10/msg00033.html (7,818 bytes)

3. Re: [PATCH] consolidate skb delivery (score: 1)
Author: Stephen Hemminger <shemminger@xxxxxxxx>
Date: Thu, 2 Oct 2003 12:43:45 -0700
bpqether,lapbether,ipconfig, and econet are still old style.
/archives/netdev/2003-10/msg00035.html (8,333 bytes)

4. Re: [PATCH] consolidate skb delivery (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Fri, 3 Oct 2003 00:11:28 -0700
I would suggest we eliminate support for old style protocols now. We can do that by making the ptype registry in net/core/dev.c fail if the thing being registered is old-style. I'll code this up. If
/archives/netdev/2003-10/msg00065.html (8,528 bytes)

5. Re: [PATCH] consolidate skb delivery (score: 1)
Author: xxxxxxx
Date: Tue, 7 Oct 2003 03:40:03 -0700
Ok, as it turns out, instead I converted all the old-style protocols. When things seemed really complex or hard to convert easily I just put: nskb = skb_copy(skb, GFP_ATOMIC); if (!nskb) goto drop; k
/archives/netdev/2003-10/msg00160.html (8,677 bytes)

6. [PATCH] consolidate skb delivery (score: 1)
Author: Stephen Hemminger <shemminger@xxxxxxxx>
Date: Thu, 2 Oct 2003 10:21:33 -0700
Several places all have the same code for delivering skb's to protocols. Consolidate into one inline function and give preference to new protocols. diff -Nru a/net/core/dev.c b/net/core/dev.c -- a/ne
/archives/netdev/2003-10/msg00772.html (10,884 bytes)

7. Re: [PATCH] consolidate skb delivery (score: 1)
Author: Andi Kleen <ak@xxxxxxx>
Date: Thu, 2 Oct 2003 21:25:46 +0200
Are there even any old style protocols left? If not you could just make it BUG() -Andi
/archives/netdev/2003-10/msg00775.html (7,902 bytes)

8. Re: [PATCH] consolidate skb delivery (score: 1)
Author: Stephen Hemminger <shemminger@xxxxxxxx>
Date: Thu, 2 Oct 2003 12:43:45 -0700
bpqether,lapbether,ipconfig, and econet are still old style.
/archives/netdev/2003-10/msg00777.html (8,435 bytes)

9. Re: [PATCH] consolidate skb delivery (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Fri, 3 Oct 2003 00:11:28 -0700
I would suggest we eliminate support for old style protocols now. We can do that by making the ptype registry in net/core/dev.c fail if the thing being registered is old-style. I'll code this up. If
/archives/netdev/2003-10/msg00807.html (8,684 bytes)

10. Re: [PATCH] consolidate skb delivery (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Tue, 7 Oct 2003 03:40:03 -0700
Ok, as it turns out, instead I converted all the old-style protocols. When things seemed really complex or hard to convert easily I just put: nskb = skb_copy(skb, GFP_ATOMIC); if (!nskb) goto drop; k
/archives/netdev/2003-10/msg00902.html (8,865 bytes)


This search system is powered by Namazu