commit | 97cdcf37b57e3f204be3000b9eab9686f38b4356 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon Apr 01 16:42:13 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 01 18:35:02 2019 -0700 |
tree | 1a387912cfc2d1c24828d2390b7036697326ccba | |
parent | 74dcb4c1a52c7c6666319a149ad4adb001f1d00b [diff] |
net: place xmit recursion in softnet data This fills a hole in softnet data, so no change in structure size. Also prepares for xmit_more placement in the same spot; skb->xmit_more will be removed in followup patch. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>