Re: [PATCH net-next] net/packet: Fix Tx queue selection for AF_PACKET

2017-07-03 Thread David Miller
From: Iván Briano Date: Fri, 30 Jun 2017 14:02:32 -0700 > When PACKET_QDISC_BYPASS is not used, Tx queue selection will be done > before the packet is enqueued, taking into account any mappings set by > a queuing discipline such as mqprio without hardware offloading. This > selection may be affec

[PATCH net-next] net/packet: Fix Tx queue selection for AF_PACKET

2017-06-30 Thread Iván Briano
When PACKET_QDISC_BYPASS is not used, Tx queue selection will be done before the packet is enqueued, taking into account any mappings set by a queuing discipline such as mqprio without hardware offloading. This selection may be affected by a previously saved queue_mapping, either on the Rx path, or