mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 17:26:42 +09:00
net: rename bond_queue_mapping to slave_dev_queue_mapping
As this is going to be used not only by bonding. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
76ff5cc919
commit
df4ab5b3c2
@@ -220,7 +220,7 @@ struct tcf_proto {
|
||||
|
||||
struct qdisc_skb_cb {
|
||||
unsigned int pkt_len;
|
||||
u16 bond_queue_mapping;
|
||||
u16 slave_dev_queue_mapping;
|
||||
u16 _pad;
|
||||
unsigned char data[20];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user