Re: [PATCH v2 3/7] net: Use skb accessors in network drivers

2019-05-01 Thread Matthew Wilcox
On Wed, May 01, 2019 at 07:44:53AM -0700, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" > > In preparation for renaming skb_frag fields, use the fine accessors which > already exist. It turns out not all network drivers are under drivers/net. And others aren't built on x86 by allyesco

[PATCH v2 3/7] net: Use skb accessors in network drivers

2019-05-01 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" In preparation for renaming skb_frag fields, use the fine accessors which already exist. Signed-off-by: Matthew Wilcox (Oracle) --- drivers/hsi/clients/ssi_protocol.c | 3 ++- drivers/net/ethernet/3com/3c59x.c | 2 +- drivers/net/eth