]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'xmit_more-softnet_data'
authorDavid S. Miller <davem@davemloft.net>
Tue, 2 Apr 2019 01:35:02 +0000 (18:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Apr 2019 01:35:02 +0000 (18:35 -0700)
commit08aa44d6e983fb622991c286d65755a3f048f020
treea9548afff9450c5d4adbdb24387486f13e8c2019
parent73ddce7e696ac2327b164eecbe5e4da8f598495f
parentc45fbc182c8a7371ae01acf7157c4c71db9dbab1
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 <davem@davemloft.net>