[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120103.150842.1516759599032629705.davem@davemloft.net>
Date: Tue, 03 Jan 2012 15:08:42 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: jeffrey.t.kirsher@...el.com
Cc: bruce.w.allan@...el.com, netdev@...r.kernel.org, gospo@...hat.com,
sassmann@...hat.com
Subject: Re: [net-next 07/11] e1000e: cleanup Rx checksum offload code
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
Date: Tue, 3 Jan 2012 11:19:12 -0800
> - __sum16 sum = (__force __sum16)htons(csum);
> + __sum16 sum = (__force __sum16)htons(le16_to_cpu(csum));
Looks like a NOP. It's essentially "cpu_to_le16(le16_to_cpu(csum)" as
far as I can tell.
--
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