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

2017-07-13 Thread Iván Briano
irect_xmit, leaving the default xmit path as it was before PACKET_QDISC_BYPASS was introduced. A forward declaration of packet_pick_tx_queue() is introduced to avoid the need to reorder the functions within the file. Fixes: d346a3fae3ff ("packet: introduce PACKET_QDISC_BYPASS socket option")

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

2017-07-05 Thread Iván Briano
irect_xmit, leaving the default xmit path as it was before PACKET_QDISC_BYPASS was introduced. A forward declaration of packet_pick_tx_queue() is introduced to avoid the need to reorder the functions within the file. Fixes: d346a3fae3ff ("packet: introduce PACKET_QDISC_BYPASS socket option")

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

2017-06-30 Thread Iván Briano
irect_xmit, leaving the default xmit path as it was before PACKET_QDISC_BYPASS was introduced. A forward declaration of packet_pick_tx_queue() is introduced to avoid the need to reorder the functions within the file. Signed-off-by: Iván Briano --- net/packet/af_packet.c | 6 ++ 1 file changed, 2