RE: [PATCH net-next] hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offload

2018-06-14 Thread Haiyang Zhang
ect.org; linux- > ker...@vger.kernel.org > Subject: Re: [PATCH net-next] hv_netvsc: Fix the variable sizes in ipsecv2 and > rsc offload > > > Bug fixes should be targetted at net, not net-next. Furthermore, net-next is > closed. Thanks for the reminder. I just sent out t

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

2018-06-14 Thread David Miller
Bug fixes should be targetted at net, not net-next. Furthermore, net-next is closed. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

2018-06-14 Thread Haiyang Zhang
From: Haiyang Zhang 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. Signed-off-by: Haiyang Zhang --- drivers/net/hyperv/hyperv_net.h | 26 +- 1 file changed, 13 ins