Re: [PATCH v3 4/7] net: Reorder the contents of skb_frag_t

2019-07-24 Thread Saeed Mahameed
On Tue, 2019-07-23 at 18:28 -0700, Matthew Wilcox wrote: > On Tue, Jul 23, 2019 at 10:29:06PM +, Saeed Mahameed wrote: > > On Fri, 2019-07-12 at 06:43 -0700, Matthew Wilcox wrote: > > > From: "Matthew Wilcox (Oracle)" > > > > > > Match the layout of bio_vec. > > > > > > Signed-off-by: Matthe

Re: [PATCH v3 4/7] net: Reorder the contents of skb_frag_t

2019-07-23 Thread Matthew Wilcox
On Tue, Jul 23, 2019 at 10:29:06PM +, Saeed Mahameed wrote: > On Fri, 2019-07-12 at 06:43 -0700, Matthew Wilcox wrote: > > From: "Matthew Wilcox (Oracle)" > > > > Match the layout of bio_vec. > > > > Signed-off-by: Matthew Wilcox (Oracle) > > --- > > include/linux/skbuff.h | 2 +- > > 1 fi

Re: [PATCH v3 4/7] net: Reorder the contents of skb_frag_t

2019-07-23 Thread Saeed Mahameed
On Fri, 2019-07-12 at 06:43 -0700, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" > > Match the layout of bio_vec. > > Signed-off-by: Matthew Wilcox (Oracle) > --- > include/linux/skbuff.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/skbuff.h

[PATCH v3 4/7] net: Reorder the contents of skb_frag_t

2019-07-22 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" Match the layout of bio_vec. Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/skbuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 7910935410e6..b9dc8b4f24b1 100644 --- a/inclu

[PATCH v3 4/7] net: Reorder the contents of skb_frag_t

2019-07-12 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" Match the layout of bio_vec. Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/skbuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 7910935410e6..b9dc8b4f24b1 100644 --- a/inclu