Re: [PATCH net] net: orphan frags on stand-alone ptype in dev_queue_xmit_nit

2017-09-22 Thread Willem de Bruijn
On Fri, Sep 22, 2017 at 7:04 PM, Eric Dumazet wrote: > On Fri, 2017-09-22 at 18:51 -0400, Willem de Bruijn wrote: >> Zerocopy skbs frags are copied when the skb is looped to a local sock. >> Commit 1080e512d44d ("net: orphan frags on receive") introduced calls >> to

Re: [PATCH net] net: orphan frags on stand-alone ptype in dev_queue_xmit_nit

2017-09-22 Thread Eric Dumazet
On Fri, 2017-09-22 at 18:51 -0400, Willem de Bruijn wrote: > Zerocopy skbs frags are copied when the skb is looped to a local sock. > Commit 1080e512d44d ("net: orphan frags on receive") introduced calls > to skb_orphan_frags to deliver_skb and __netif_receive_skb. > > With msg_zerocopy, these