Re: [patch net-next RFC 1/8] net: devlink: convert devlink_port_attrs bools to bits

2019-03-01 Thread Florian Fainelli
On 3/1/2019 8:05 AM, Jiri Pirko wrote: > From: Jiri Pirko > > In order to save space in the struct, convert bools to bits. > > Signed-off-by: Jiri Pirko Reviewed-by: Florian Fainelli -- Florian

[patch net-next RFC 1/8] net: devlink: convert devlink_port_attrs bools to bits

2019-03-01 Thread Jiri Pirko
From: Jiri Pirko In order to save space in the struct, convert bools to bits. Signed-off-by: Jiri Pirko --- include/net/devlink.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/net/devlink.h b/include/net/devlink.h index 227c453cc20e..084a8762f3e9 100644 --- a/