[PATCH net] tuntap: fix multiqueue rx

2018-11-17 Thread Matthew Cover
will get 65535 for every skb. Calling skb_record_rx_queue() to set the rx queue to the queue_index fixes the association between descriptor and rx queue. Signed-off-by: Matthew Cover --- drivers/net/tun.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/net/tun.c

[PATCH] [PATCH net-next] tun: fix multiqueue rx

2018-11-15 Thread Matthew Cover
will get 65535 for every skb. Calling skb_record_rx_queue() to set the rx queue to the queue_index fixes the association between descriptor and rx queue. Signed-off-by: Matthew Cover --- drivers/net/tun.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/net/tun.c

[PATCH] [PATCH net-next] tun: fix multiqueue rx

2018-11-15 Thread Matthew Cover
will get 65535 for every skb. Calling skb_record_rx_queue() to set the rx queue to the queue_index fixes the association between descriptor and rx queue. Signed-off-by: Matthew Cover --- drivers/net/tun.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/net/tun.c b