[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130723171545.GB16761@casper.infradead.org>
Date: Tue, 23 Jul 2013 18:15:45 +0100
From: Thomas Graf <tgraf@...g.ch>
To: Eric Dumazet <eric.dumazet@...il.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] pktgen: Add UDPCSUM flag to support UDP
checksums
On 07/23/13 at 09:34am, Eric Dumazet wrote:
> > @@ -2747,11 +2755,31 @@ static struct sk_buff *fill_packet_ipv4(struct net_device *odev,
> > iph->frag_off = 0;
> > iplen = 20 + 8 + datalen;
> > iph->tot_len = htons(iplen);
> > - iph->check = 0;
> > - iph->check = ip_fast_csum((void *)iph, iph->ihl);
>
> This seems not relevant to your patch.
I'll split this into a separate patch.
> What about IPv6 side ?
IPv6 is dead ;-) Just kidding, I'll add the bits in case someone
thinks otherwise.
--
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