From: David Miller <davem@davemloft.net>
To: therbert@google.com
Cc: netdev@vger.kernel.org, gerlitz.or@gmail.com
Subject: Re: [PATCH] net: Add ndo_gso_check
Date: Tue, 07 Oct 2014 16:15:36 -0400 (EDT) [thread overview]
Message-ID: <20141007.161536.2010569159491464646.davem@davemloft.net> (raw)
In-Reply-To: <CA+mtBx9u9j0m+VWJLN-Svs2ZeZpUMdP6aLdNbcAFYGzgebektQ@mail.gmail.com>
From: Tom Herbert <therbert@google.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
next prev parent reply other threads:[~2014-10-07 20:15 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-29 3:50 [PATCH] net: Add ndo_gso_check Tom Herbert
2014-09-29 19:59 ` Or Gerlitz
2014-09-29 20:12 ` David Miller
2014-09-29 20:53 ` Tom Herbert
2014-09-29 21:10 ` Or Gerlitz
2014-09-29 21:38 ` Tom Herbert
2014-09-30 14:30 ` Or Gerlitz
2014-09-30 15:34 ` Tom Herbert
2014-09-30 21:37 ` Stephen Hemminger
2014-09-30 22:11 ` Eric Dumazet
2014-10-01 0:05 ` Tom Herbert
2014-10-01 0:18 ` Eric Dumazet
2014-10-01 6:12 ` Eric Dumazet
2014-10-01 20:58 ` Or Gerlitz
2014-10-01 21:12 ` Jesse Gross
2014-10-01 23:06 ` Tom Herbert
2014-10-05 14:04 ` Or Gerlitz
2014-10-05 18:49 ` Tom Herbert
2014-10-05 19:13 ` Or Gerlitz
2014-10-06 17:59 ` Tom Herbert
2014-10-06 20:22 ` Or Gerlitz
2014-10-06 21:28 ` Tom Herbert
2014-10-07 11:07 ` Or Gerlitz
2015-01-15 18:18 ` Or Gerlitz
2014-10-06 22:33 ` Jesse Gross
2014-10-07 0:17 ` Tom Herbert
2014-10-09 0:30 ` Jesse Gross
2014-10-09 1:46 ` Tom Herbert
2014-10-06 21:51 ` Jesse Gross
2014-09-29 20:13 ` Jesse Gross
2014-09-29 20:47 ` Tom Herbert
2014-09-30 0:33 ` Jesse Gross
2014-09-30 1:59 ` Tom Herbert
2014-10-07 18:13 ` Tom Herbert
2014-10-07 20:15 ` David Miller [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-10-07 16:50 Alexei Starovoitov
2014-10-07 17:05 ` David Miller
2014-10-07 17:18 ` Alexei Starovoitov
2014-10-07 18:47 ` David Miller
2014-10-07 20:28 ` Alexei Starovoitov
2014-10-07 20:32 ` David Miller
2014-10-07 20:43 ` Alexei Starovoitov
2014-10-07 20:48 ` David Miller
2014-10-07 21:41 ` Thomas Graf
2014-10-07 17:23 ` Eric Dumazet
2014-10-07 18:15 ` Alexei Starovoitov
2014-10-07 18:50 ` Eric Dumazet
2014-10-07 18:51 ` David Miller
2014-10-07 19:10 ` Tom Herbert
2014-10-07 22:05 Alexei Starovoitov
2014-10-07 23:43 ` Tom Herbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20141007.161536.2010569159491464646.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=gerlitz.or@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=therbert@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).