]> bbs.cooldavid.org Git - net-next-2.6.git/commit
net: rename netdev rx_queue to ingress_queue
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 28 Sep 2010 05:58:37 +0000 (05:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Sep 2010 20:25:53 +0000 (13:25 -0700)
commitbfa5ae63b823f4ffd3483a05f60a93a4a7b7d680
tree62dc495022ac697d81c3b80f5a262713e6f657a3
parent8560f2266b36adb43238f1f9fd13958dd031901c
net: rename netdev rx_queue to ingress_queue

There is some confusion with rx_queue name after RPS, and net drivers
private rx_queue fields.

I suggest to rename "struct net_device"->rx_queue to ingress_queue.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/sched/sch_api.c
net/sched/sch_generic.c