Re: [PATCH 2/3] bonding: use the skb_get/set_queue_mapping

2018-05-11 Thread David Miller
From: Tonghao Zhang Date: Fri, 11 May 2018 02:53:11 -0700 > 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 Applied to net-next

[PATCH 2/3] bonding: use the skb_get/set_queue_mapping

2018-05-11 Thread Tonghao Zhang
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 --- drivers/net/bonding/bond_main.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/ne