ixgbe: use skb_get_queue_mapping in tx path
authorTonghao Zhang <xiangxia.m.yue@gmail.com>
Thu, 22 Aug 2019 10:56:46 +0000 (18:56 +0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 11 Sep 2019 16:10:45 +0000 (09:10 -0700)
commitfb91a8bb73ec91e86806b82f474221d3888d6eb7
tree104497212668f7ec4d421793175b79f7ee956b68
parenta7542b87607560d0b89e7ff81d870bd6ff8835cb
ixgbe: use skb_get_queue_mapping in tx path

Use the common api, and don't access queue_mapping directly.

Signed-off-by: Tonghao Zhang <xiangxia.m.yue@gmail.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c