lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 11 Oct 2012 07:59:03 -0700
From:	Stephen Hemminger <shemminger@...tta.com>
To:	David Miller <davem@...emloft.net>
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCHv2 0/8] vxlan: bug fixes

On Wed, 10 Oct 2012 22:42:20 -0400 (EDT)
David Miller <davem@...emloft.net> wrote:

> From: Stephen Hemminger <shemminger@...tta.com>
> Date: Tue, 09 Oct 2012 23:35:45 -0700
> 
> > Revision to earlier patch set for vxlan, includes a couple
> > more issues.
> 
> Applied, but that checksum issue is extremely unfortunate.
> 
> Why does postpull rcsum work for GRE but not VXLAN?

Not sure, plan to investigate getting rx checksum offload
working and possibly tx checksum (using checksum start).
Part of the problem with Tx checksum is too many drivers are
looking directly at skb_network_header() and skb_transport_header()
when they should be using skb_checksum_start().
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ