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

2017-07-14 Thread David Miller
From: Iván Briano Date: Thu, 13 Jul 2017 09:46:58 -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] net/packet: Fix Tx queue selection for AF_PACKET

2017-07-13 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