From: Jesse Brandeburg Date: Tue, 1 Apr 2014 09:07:20 +0000 (+0000) Subject: i40e: fix TCP flag replication for hardware offload X-Git-Tag: omap-for-v3.16/fixes-against-rc1~214^2~63^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059dab69652da3525d320d77ac5422ec708ced14;p=pandora-kernel.git i40e: fix TCP flag replication for hardware offload As reported by Eric Dumazet, the i40e driver was allowing the hardware to replicate the PSH flag on all segments of a TSO operation. This patch fixes the first/middle/last TCP flags settings which makes the TSO operations work correctly. With this change we are now configuring the CWR bit to only be set in the first packet of a TSO, so this patch also enables TSO_ECN, in order to advertise to the stack that we do the right thing on the wire. Reported-by: Eric Dumazet Signed-off-by: Jesse Brandeburg Tested-by: Kavindya Deegala Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed