]> git.baikalelectronics.ru Git - kernel.git/commit
bonding: use the skb_get/set_queue_mapping
authorTonghao Zhang <xiangxia.m.yue@gmail.com>
Fri, 11 May 2018 09:53:11 +0000 (02:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 May 2018 20:08:44 +0000 (16:08 -0400)
commit284f10c2a35899e2850b25aba1bff28ac99757d1
tree8b5fb9c04a7b2dbd826244f1595f90606db7830f
parentccb6136497973f80c277e0ae1d85fb86d597febe
bonding: use the skb_get/set_queue_mapping

Use the skb_get_queue_mapping, skb_set_queue_mapping
and skb_rx_queue_recorded for skb queue_mapping in bonding
driver, but not use it directly.

Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_main.c