[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20121011075903.2c01ef41@nehalam.linuxnetplumber.net>
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