[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20141007.161536.2010569159491464646.davem@davemloft.net>
Date: Tue, 07 Oct 2014 16:15:36 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: therbert@...gle.com
Cc: netdev@...r.kernel.org, gerlitz.or@...il.com
Subject: Re: [PATCH] net: Add ndo_gso_check
From: Tom Herbert <therbert@...gle.com>
Date: Tue, 7 Oct 2014 11:13:08 -0700
> I don't think there are any outstanding objections to this patch.
> Will you be able to apply it or do you need something more to be done?
Making it compile would be nice:
drivers/net/macvtap.c: In function ‘macvtap_handle_frame’:
drivers/net/macvtap.c:301:2: warning: passing argument 1 of ‘netif_needs_gso’ from incompatible pointer type [enabled by default]
In file included from include/linux/etherdevice.h:26:0,
from drivers/net/macvtap.c:1:
include/linux/netdevice.h:3554:20: note: expected ‘struct net_device *’ but argument is of type ‘struct sk_buff *’
drivers/net/macvtap.c:301:2: warning: passing argument 2 of ‘netif_needs_gso’ makes pointer from integer without a cast [enabled by default]
In file included from include/linux/etherdevice.h:26:0,
from drivers/net/macvtap.c:1:
include/linux/netdevice.h:3554:20: note: expected ‘struct sk_buff *’ but argument is of type ‘netdev_features_t’
drivers/net/macvtap.c:301:2: error: too few arguments to function ‘netif_needs_gso’
In file included from include/linux/etherdevice.h:26:0,
from drivers/net/macvtap.c:1:
include/linux/netdevice.h:3554:20: note: declared here
Powered by blists - more mailing lists