From: David S. Miller Date: Tue, 2 Apr 2019 01:35:02 +0000 (-0700) Subject: Merge branch 'xmit_more-softnet_data' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3dc93e85f9b10215c61433179f0f03e1d1e4b838;p=linux.git Merge branch 'xmit_more-softnet_data' Florian Westphal says: ==================== net: move skb->xmit_more to percpu softnet data Eric Dumazet mentioned we could place xmit_more hint in same spot as device xmit recursion counter, instead of using an sk_buff flag bit. This series places xmit_recursion counter and xmit_more hint in softnet data, filling a hole. After this, skb->xmit_more is always zero. Drivers are converted to use "netdev_xmit_more()" helper instead. Last patch removes the skb->xmit_more flag. ==================== Signed-off-by: David S. Miller --- 3dc93e85f9b10215c61433179f0f03e1d1e4b838