From: Willem de Bruijn
Date: Fri, 7 Jun 2019 17:57:48 -0400
> From: Willem de Bruijn
>
> The below patch fixes an incorrect zerocopy refcnt increment when
> appending with MSG_MORE to an existing zerocopy udp skb.
>
> send(.., MSG_ZEROCOPY | MSG_MORE); // refcnt 1
> send(.., MSG_ZEROCOPY
From: Willem de Bruijn
The below patch fixes an incorrect zerocopy refcnt increment when
appending with MSG_MORE to an existing zerocopy udp skb.
send(.., MSG_ZEROCOPY | MSG_MORE);// refcnt 1
send(.., MSG_ZEROCOPY | MSG_MORE);// refcnt still 1 (bar frags)
But it missed that zerocopy