From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offload Date: Thu, 14 Jun 2018 20:16:06 -0700 (PDT) Message-ID: <20180614.201606.2231415081744487239.davem@davemloft.net> References: <20180615012909.13440-1-haiyangz@linuxonhyperv.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: olaf@aepfle.de, sthemmin@microsoft.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, vkuznets@redhat.com To: haiyangz@microsoft.com, haiyangz@linuxonhyperv.com Return-path: In-Reply-To: <20180615012909.13440-1-haiyangz@linuxonhyperv.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" List-Id: netdev.vger.kernel.org From: Haiyang Zhang Date: Thu, 14 Jun 2018 18:29:09 -0700 > 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. These structs are not in use right now, but will be used soon. > > Signed-off-by: Haiyang Zhang Applied, thank you.