Re: [PATCH 0/5] Beginnings of skb_frag -> bio_vec conversion

2019-05-01 Thread Matthew Wilcox
On Wed, May 01, 2019 at 04:14:41AM -0400, Eric Dumazet wrote: > On 4/30/19 9:17 PM, Matthew Wilcox wrote: > > It turns out there's a lot of accessors for the skb_frag, which would > > make this conversion really easy if some drivers didn't bypass them. > > This is what I've done so far; my laptop's

Re: [PATCH 0/5] Beginnings of skb_frag -> bio_vec conversion

2019-05-01 Thread Eric Dumazet
On 4/30/19 9:17 PM, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" > > It turns out there's a lot of accessors for the skb_frag, which would > make this conversion really easy if some drivers didn't bypass them. > This is what I've done so far; my laptop's not really beefy enough to >

[PATCH 0/5] Beginnings of skb_frag -> bio_vec conversion

2019-04-30 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" It turns out there's a lot of accessors for the skb_frag, which would make this conversion really easy if some drivers didn't bypass them. This is what I've done so far; my laptop's not really beefy enough to cope with changing skbuff.h too often ;-) This would be