[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20161013.104854.161431794581843096.davem@davemloft.net>
Date: Thu, 13 Oct 2016 10:48:54 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: stephen@...workplumber.org
Cc: kys@...rosoft.com, haiyangz@...rosoft.com, netdev@...r.kernel.org
Subject: Re: [PATCH net] netvsc: fix checksum on UDP IPV6
From: Stephen Hemminger <stephen@...workplumber.org>
Date: Tue, 11 Oct 2016 14:03:07 -0700
> The software calculation of UDP checksum in Netvsc driver was
> only handling IPv4 case. By using skb_checksum_help() instead
> all protocols can be handled. Rearrange code to eliminate goto
> and look like other drivers.
>
> This is a temporary solution; recent versions of Window Server etc
> do support UDP checksum offload, just need to do the appropriate negotiation
> with host to validate before using. This will be done in later patch.
>
> Please queue this for -stable as well.
>
> Signed-off-by: Stephen Hemminger <sthemmin@...rosoft.com>
Applied and queued up for -stable, thanks Stephen.
Powered by blists - more mailing lists