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>
This commit is contained in:
Eric Dumazet
2010-09-28 05:58:37 +00:00
committed by David S. Miller
parent 8560f2266b
commit bfa5ae63b8
4 changed files with 16 additions and 16 deletions

View File

@@ -986,7 +986,7 @@ struct net_device {
rx_handler_func_t *rx_handler;
void *rx_handler_data;
struct netdev_queue rx_queue; /* use two cache lines */
struct netdev_queue ingress_queue; /* use two cache lines */
/*
* Cache lines mostly used on transmit path