Re: [PATCH net] tuntap: fix multiqueue rx

2018-11-18 Thread David Miller
From: Matthew Cover Date: Sun, 18 Nov 2018 00:46:00 -0700 > When writing packets to a descriptor associated with a combined queue, the > packets should end up on that queue. > > Before this change all packets written to any descriptor associated with a > tap interface end up on rx-0, even when

[PATCH net] tuntap: fix multiqueue rx

2018-11-17 Thread Matthew Cover
When writing packets to a descriptor associated with a combined queue, the packets should end up on that queue. Before this change all packets written to any descriptor associated with a tap interface end up on rx-0, even when the descriptor is associated with a different queue. The rx traffic