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

2016-04-18 Thread Marcelo Ricardo Leitner
On Mon, Apr 18, 2016 at 06:21:07AM -0700, Sowmini Varadhan wrote: > 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 RFC net-next 0/2] pskb_extract() helper function.

2016-04-18 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