From: Eric Dumazet Date: Tue, 17 Jul 2012 12:19:48 +0000 (+0000) Subject: bonding: refine IFF_XMIT_DST_RELEASE capability X-Git-Tag: v3.6-rc1~125^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6fe83e9525a03b3141e5857eb7d8af219db94e5;p=pandora-kernel.git bonding: refine IFF_XMIT_DST_RELEASE capability Some workloads greatly benefit of IFF_XMIT_DST_RELEASE capability on output net device, avoiding dirtying dst refcount. bonding currently disables IFF_XMIT_DST_RELEASE unconditionally. If all slaves have the IFF_XMIT_DST_RELEASE bit set, then bonding master can also have it in its priv_flags Signed-off-by: Eric Dumazet Cc: Jay Vosburgh Cc: Andy Gospodarek Cc: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed