Re: [PATCH v2 net-next 0/2] pskb_extract() helper function.

2016-04-25 Thread David Miller
From: Sowmini Varadhan Date: Fri, 22 Apr 2016 18:36:34 -0700 > This patchset follows up on the discussion in > https://www.mail-archive.com/netdev@vger.kernel.org/msg105090.html > > For RDS-TCP, we have to deal with the full gamut of > nonlinear sk_buffs, including all the frag_list variants. >

[PATCH v2 net-next 0/2] pskb_extract() helper function.

2016-04-22 Thread Sowmini Varadhan
This patchset follows up on the discussion in https://www.mail-archive.com/netdev@vger.kernel.org/msg105090.html For RDS-TCP, we have to deal with the full gamut of nonlinear sk_buffs, including all the frag_list variants. Also, the parent skb has to remain unchanged, while the clone is queued fo