From: David Miller <davem@davemloft.net>
To: haiyangz@microsoft.com
Cc: olaf@aepfle.de, netdev@vger.kernel.org, jasowang@redhat.com,
driverdev-devel@linuxdriverproject.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next,v4] hyperv: Add support for virtual Receive Side Scaling (vRSS)
Date: Fri, 21 Mar 2014 14:55:01 -0400 (EDT) [thread overview]
Message-ID: <20140321.145501.2003616654661701935.davem@davemloft.net> (raw)
In-Reply-To: <20140321.144957.550032279989990583.davem@davemloft.net>
From: David Miller <davem@davemloft.net>
Date: Fri, 21 Mar 2014 14:49:57 -0400 (EDT)
> From: Haiyang Zhang <haiyangz@microsoft.com>
> Date: Thu, 20 Mar 2014 15:28:41 -0700
>
>> This feature allows multiple channels to be used by each virtual NIC.
>> It is available on Hyper-V host 2012 R2.
>>
>> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
>> Reviewed-by: K. Y. Srinivasan <kys@microsoft.com>
>
> Applied, thanks.
Actually I had to revert, this doesn't even compile.
drivers/net/hyperv/netvsc.c: In function ‘netvsc_channel_cb’:
drivers/net/hyperv/netvsc.c:891:2: error: implicit declaration of function ‘get_per_channel_state’ [-Werror=implicit-function-declaration]
drivers/net/hyperv/netvsc.c:891:9: warning: assignment makes pointer from integer without a cast [enabled by default]
drivers/net/hyperv/netvsc.c: In function ‘netvsc_device_add’:
drivers/net/hyperv/netvsc.c:998:2: error: implicit declaration of function ‘set_per_channel_state’ [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[3]: *** [drivers/net/hyperv/netvsc.o] Error 1
make[3]: *** Waiting for unfinished jobs....
drivers/net/hyperv/rndis_filter.c: In function ‘netvsc_sc_open’:
drivers/net/hyperv/rndis_filter.c:988:2: error: implicit declaration of function ‘set_per_channel_state’ [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make[3]: *** [drivers/net/hyperv/rndis_filter.o] Error 1
make[2]: *** [drivers/net/hyperv] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [drivers/net] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [drivers] Error 2
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
next prev parent reply other threads:[~2014-03-21 18:55 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-20 22:28 [PATCH net-next, v4] hyperv: Add support for virtual Receive Side Scaling (vRSS) Haiyang Zhang
2014-03-21 18:49 ` [PATCH net-next,v4] " David Miller
2014-03-21 18:55 ` David Miller [this message]
2014-03-21 19:12 ` Haiyang Zhang
2014-03-21 19:32 ` David Miller
2014-03-21 19:42 ` Haiyang Zhang
-- strict thread matches above, loose matches on Subject: below --
2014-03-21 20:43 [PATCH net-next, v4] " Haiyang Zhang
2014-03-25 20:37 ` [PATCH net-next,v4] " Haiyang Zhang
2014-03-26 0:43 ` David Miller
2014-03-26 0:47 ` David Miller
2014-03-26 3:23 ` Haiyang Zhang
2014-03-26 3:49 ` [PATCH net-next, v4] " Greg KH
2014-03-26 12:31 ` [PATCH net-next,v4] " Haiyang Zhang
2014-04-03 16:05 [PATCH net-next, v4] " Haiyang Zhang
2014-04-03 15:15 ` [PATCH net-next,v4] " David Miller
2014-04-03 15:17 ` Haiyang Zhang
2014-04-07 19:23 [PATCH net-next, v4] " Haiyang Zhang
2014-04-07 18:42 ` [PATCH net-next,v4] " David Miller
2014-04-07 22:12 ` Sharat Masetty
2014-04-08 15:43 ` Haiyang Zhang
2014-04-17 17:25 ` Haiyang Zhang
2014-04-17 18:17 ` David Miller
2014-04-21 17:20 [PATCH net-next, v4] " Haiyang Zhang
2014-04-21 17:33 ` [PATCH net-next,v4] " David Miller
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=20140321.145501.2003616654661701935.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=driverdev-devel@linuxdriverproject.org \
--cc=haiyangz@microsoft.com \
--cc=jasowang@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=olaf@aepfle.de \
/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).