Re: [PATCH net-next RFC 5/8] net: deconstify net_offload

2018-09-16 Thread Willem de Bruijn
On Fri, Sep 14, 2018 at 11:30 PM Subash Abhinov Kasiviswanathan wrote: > > On 2018-09-14 11:59, Willem de Bruijn wrote: > > From: Willem de Bruijn > > > > With configurable gro, the flags field in net_offloads may be changed. > > > > Remove the const keyword. This is a noop otherwise. > > > > Sig

Re: [PATCH net-next RFC 5/8] net: deconstify net_offload

2018-09-14 Thread Subash Abhinov Kasiviswanathan
On 2018-09-14 11:59, Willem de Bruijn wrote: From: Willem de Bruijn With configurable gro, the flags field in net_offloads may be changed. Remove the const keyword. This is a noop otherwise. Signed-off-by: Willem de Bruijn diff --git a/net/sctp/offload.c b/net/sctp/offload.c index 123e9f2dc2

[PATCH net-next RFC 5/8] net: deconstify net_offload

2018-09-14 Thread Willem de Bruijn
From: Willem de Bruijn With configurable gro, the flags field in net_offloads may be changed. Remove the const keyword. This is a noop otherwise. Signed-off-by: Willem de Bruijn --- include/linux/netdevice.h | 14 +++--- include/net/protocol.h| 12 ++-- net/core/dev.c