| To: | ak@xxxxxx, "David S. Miller" <davem@xxxxxxxxxx>, kuznet@xxxxxxxxxxxxx |
|---|---|
| Subject: | [PATCH][2.5] net/core/dev.c readability cleanups |
| From: | "Thomas 'Dent' Mirlacher" <dent@xxxxxxxxxxxxxx> |
| Date: | Sun, 9 Jun 2002 18:16:18 +0200 (MET DST) |
| Cc: | netdev@xxxxxxxxxxx |
| Sender: | owner-netdev@xxxxxxxxxxx |
hi,
the following patch does:
o improve readability (by adding _deliver_to_proto, which encapsulates
the call for deliver_to_old ones)
o clean up types for cpu (cpu should be unsigned int)
o nicer use of smp_processor_id() (just call it once, at the beginning
of a function)
o add functions (_queue_unthrottle, _queue_throttle)
o changes the "optimized" version of netif_rx back to the
"nomalized" version. (the "normalized" is readable at the
first glimpse, plus gcc3 (didn't check it with 2.9*),
produces the optimized output anyways)
please apply,
tm
--
in some way i do, and in some way i don't.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH][2.5] list_move_tail for sunrpc (1 occ), Lightweight patch manager |
|---|---|
| Next by Date: | Network oops, george anzinger |
| Previous by Thread: | [PATCH][2.5] list_move_tail for sunrpc (1 occ), Lightweight patch manager |
| Next by Thread: | Re: [PATCH][2.5] net/core/dev.c readability cleanups, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |