From: Eric Dumazet Date: Thu, 2 Oct 2014 15:24:21 +0000 (-0700) Subject: mlx4: add a new xmit_more counter X-Git-Tag: fixes-against-v3.18-rc2~144^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fab426de;p=pandora-kernel.git mlx4: add a new xmit_more counter ethtool -S reports a new counter, tracking number of time doorbell was not triggered, because skb->xmit_more was set. $ ethtool -S eth0 | egrep "tx_packet|xmit_more" tx_packets: 2413288400 xmit_more: 666121277 I merged the tso_packet false sharing avoidance in this patch as well. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed