From: Florian Westphal <f...@strlen.de> Date: Mon, 1 Apr 2019 16:42:12 +0200
> 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. I really like this, series applied. Thanks Florian.