Re: [PATCH net] hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offload

From: David Miller
Date: Thu Jun 14 2018 - 23:16:25 EST


From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxxxxxx>
Date: Thu, 14 Jun 2018 18:29:09 -0700

> From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
>
> These fields in struct ndis_ipsecv2_offload and struct ndis_rsc_offload
> are one byte according to the specs. This patch defines them with the
> right size. These structs are not in use right now, but will be used soon.
>
> Signed-off-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>

Applied, thank you.