Re: [PATCH net-next] net: unpollute priv_flags space

2018-03-07 Thread David Miller
From: Paolo Abeni Date: Tue, 6 Mar 2018 10:56:31 +0100 > the ipvlan device driver defines and uses 2 bits inside the priv_flags > net_device field. Such bits and the related helper are used only > inside the ipvlan device driver, and the core networking does not > need to be

[PATCH net-next] net: unpollute priv_flags space

2018-03-06 Thread Paolo Abeni
the ipvlan device driver defines and uses 2 bits inside the priv_flags net_device field. Such bits and the related helper are used only inside the ipvlan device driver, and the core networking does not need to be aware of them. This change moves netif_is_ipvlan* helper in the ipvlan driver and