Re: [PATCH net-next] net: vrf: Add IFF_NO_QUEUE flag

2016-06-08 Thread David Miller
From: David Ahern 
Date: Wed, 8 Jun 2016 19:31:51 -0600

> On 6/8/16 1:08 PM, David Ahern wrote:
>> Getting the following splat with ping in a VRF:
> 
> ...
> 
>> Fix by adding the IFF_NO_QUEUE flag for VRF devices.
>>
>> Fixes: f9eb8aea2a1e ("net_sched: transform qdisc running bit into a
>> seqcount")
>> Signed-off-by: David Ahern 
>> ---
>>  drivers/net/vrf.c | 2 ++
>>  1 file changed, 2 insertions(+)
> 
> Dave: drop this one. I'll resubmit a flags + features update after
> Eric resolves the lock issue.

Ok.


Re: [PATCH net-next] net: vrf: Add IFF_NO_QUEUE flag

2016-06-08 Thread David Ahern

On 6/8/16 1:08 PM, David Ahern wrote:

Getting the following splat with ping in a VRF:


...


Fix by adding the IFF_NO_QUEUE flag for VRF devices.

Fixes: f9eb8aea2a1e ("net_sched: transform qdisc running bit into a seqcount")
Signed-off-by: David Ahern 
---
 drivers/net/vrf.c | 2 ++
 1 file changed, 2 insertions(+)


Dave: drop this one. I'll resubmit a flags + features update after Eric 
resolves the lock issue.