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

2018-11-17 Thread David Miller
From: Matthew Cover Date: Fri, 16 Nov 2018 00:00:15 -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 t

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

2018-11-17 Thread David Miller
From: Matthew Cover Date: Thu, 15 Nov 2018 21:10:16 -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 t

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

2018-11-16 Thread Matt Cover
On Fri, Nov 16, 2018 at 1:10 PM Michael S. Tsirkin wrote: > > On Fri, Nov 16, 2018 at 12:00:15AM -0700, Matthew Cover wrote: > > 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

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

2018-11-16 Thread Michael S. Tsirkin
On Fri, Nov 16, 2018 at 12:00:15AM -0700, Matthew Cover wrote: > 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 whe

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

2018-11-15 Thread Jason Wang
On 2018/11/16 下午3:00, Matthew Cover wrote: 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 associ

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

2018-11-15 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 ca

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

2018-11-15 Thread Jason Wang
On 2018/11/16 下午12:10, Matthew Cover wrote: 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 assoc

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

2018-11-15 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 ca