diff options
author | David S. Miller <davem@davemloft.net> | 2019-04-01 18:35:02 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-01 18:35:02 -0700 |
commit | 3dc93e85f9b10215c61433179f0f03e1d1e4b838 (patch) | |
tree | a9548afff9450c5d4adbdb24387486f13e8c2019 /drivers/net/macsec.c | |
parent | 74dcb4c1a52c7c6666319a149ad4adb001f1d00b (diff) | |
parent | 4f296edeb9d4cf76b876869461a7ae627c307110 (diff) | |
download | lwn-3dc93e85f9b10215c61433179f0f03e1d1e4b838.tar.gz lwn-3dc93e85f9b10215c61433179f0f03e1d1e4b838.zip |
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>
Diffstat (limited to 'drivers/net/macsec.c')
0 files changed, 0 insertions, 0 deletions