]> git.ipfire.org Git - thirdparty/linux.git/commit - net/core/filter.c
net: place xmit recursion in softnet data
authorFlorian Westphal <fw@strlen.de>
Mon, 1 Apr 2019 14:42:13 +0000 (16:42 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Apr 2019 01:35:02 +0000 (18:35 -0700)
commit97cdcf37b57e3f204be3000b9eab9686f38b4356
tree1a387912cfc2d1c24828d2390b7036697326ccba
parent74dcb4c1a52c7c6666319a149ad4adb001f1d00b
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>
include/linux/netdevice.h
net/core/dev.c
net/core/filter.c