From: Sergei Shtylyov
Date: Thu, 20 Mar 2014 00:56:05 +0300
> Hello.
>
> On 03/19/2014 11:40 PM, David Miller wrote:
>
>>> +extern u8 netvsc_hash_key[];
>
>> We no longer use extern in header file function declarations.
>
>Wait, this is a variable declaration. :-)
My bad :)
_
> -Original Message-
> > +
> > +
> > +/* ndis_recv_scale_cap/cap_flag */
>
> One empty line is sufficient, we don't need two of them here.
I will fix this and other formats you pointed out below, also check the whole
patch
for similar issues.
> > - net = alloc_etherdev(sizeof(struc
Hello.
On 03/19/2014 11:40 PM, David Miller wrote:
+extern u8 netvsc_hash_key[];
We no longer use extern in header file function declarations.
Wait, this is a variable declaration. :-)
WBR, Sergei
___
devel mailing list
de...@linuxdriverproj
On Thu, 20 Mar 2014 00:56:05 +0300 Sergei Shtylyov
wrote:
>
> On 03/19/2014 11:40 PM, David Miller wrote:
>
> >> +extern u8 netvsc_hash_key[];
>
> > We no longer use extern in header file function declarations.
>
> Wait, this is a variable declaration. :-)
And the need for the extern on v
From: Haiyang Zhang
Date: Tue, 18 Mar 2014 15:15:22 -0700
> +struct ndis_obj_header {
> + u8 type;
> + u8 rev;
> + u16 size;
> +} __packed;
> +
> +
> +/* ndis_recv_scale_cap/cap_flag */
One empty line is sufficient, we don't need two of them here.
> +extern u8 netvsc_hash_key[];
We
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
Reviewed-by: K. Y. Srinivasan
---
drivers/net/hyperv/hyperv_net.h | 112 ++-
drivers/net/hyperv/netvsc.c | 134 ++