Re: [net-next] macvlan: convert to use IFF_NO_QUEUE

2016-02-17 Thread David Miller
From: Zhang Shengju Date: Sun, 14 Feb 2016 14:10:39 + > Use IFF_NO_QUEUE to indicate that a device can run without a qdisc. > > Signed-off-by: Zhang Shengju Applied, thanks.

[net-next] macvlan: convert to use IFF_NO_QUEUE

2016-02-14 Thread Zhang Shengju
Use IFF_NO_QUEUE to indicate that a device can run without a qdisc. Signed-off-by: Zhang Shengju --- drivers/net/macvlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c index 94e6888..426a2cc 100644 --- a/drivers/net/macvlan.c +