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:
committed by
David S. Miller
parent
8560f2266b
commit
bfa5ae63b8
@@ -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
|
||||
|
Reference in New Issue
Block a user