From: Eric Dumazet Date: Sun, 5 Oct 2014 09:35:22 +0000 (+0300) Subject: net/mlx4_en: Use the new tx_copybreak to set inline threshold X-Git-Tag: fixes-against-v3.18-rc2~144^2~30^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1556b8746e52501fdfaadd65837baaa63a9fa937;p=pandora-kernel.git net/mlx4_en: Use the new tx_copybreak to set inline threshold Instead of setting inline threshold using module parameter only on driver load, use set_tunable() to set it dynamically. No need to store the threshold per ring, using instead the netdev global priv->prof->inline_thold Initial value still is set using the module parameter, therefore backward compatability is kept. Signed-off-by: Eric Dumazet Signed-off-by: Amir Vadai Signed-off-by: David S. Miller --- Reading git-diff-tree failed