search for: iff_802_1q_vlan

Displaying 20 results from an estimated 45 matches for "iff_802_1q_vlan".

2019 Mar 21
2
[PATCH net v2] failover: allow name change on IFF_UP slave interfaces
...n't support the rx_handler hook > * @IFF_FAILOVER: device is a failover master device > * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > + * @IFF_SLAVE_RENAME_OK: rename is allowed while slave device is running > */ > enum netdev_priv_flags { > IFF_802_1Q_VLAN = 1<<0, > @@ -1518,6 +1519,7 @@ enum netdev_priv_flags { > IFF_NO_RX_HANDLER = 1<<26, > IFF_FAILOVER = 1<<27, > IFF_FAILOVER_SLAVE = 1<<28, > + IFF_SLAVE_RENAME_OK = 1<<29, > }; > > #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN >...
2019 Mar 21
2
[PATCH net v2] failover: allow name change on IFF_UP slave interfaces
...n't support the rx_handler hook > * @IFF_FAILOVER: device is a failover master device > * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > + * @IFF_SLAVE_RENAME_OK: rename is allowed while slave device is running > */ > enum netdev_priv_flags { > IFF_802_1Q_VLAN = 1<<0, > @@ -1518,6 +1519,7 @@ enum netdev_priv_flags { > IFF_NO_RX_HANDLER = 1<<26, > IFF_FAILOVER = 1<<27, > IFF_FAILOVER_SLAVE = 1<<28, > + IFF_SLAVE_RENAME_OK = 1<<29, > }; > > #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN >...
2018 May 25
3
[PATCH net-next v12 1/5] net: Introduce generic failover module
...@IFF_MACSEC: device is a MACsec device > * @IFF_NO_RX_HANDLER: device doesn't support the rx_handler hook > + * @IFF_FAILOVER: device is a failover master device > + * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > */ > enum netdev_priv_flags { > IFF_802_1Q_VLAN = 1<<0, > @@ -1450,6 +1452,8 @@ enum netdev_priv_flags { > IFF_PHONY_HEADROOM = 1<<24, > IFF_MACSEC = 1<<25, > IFF_NO_RX_HANDLER = 1<<26, > + IFF_FAILOVER = 1<<27, > + IFF_FAILOVER_SLAVE = 1<<28, > }; Why is FAILOVER any diff...
2018 May 25
3
[PATCH net-next v12 1/5] net: Introduce generic failover module
...@IFF_MACSEC: device is a MACsec device > * @IFF_NO_RX_HANDLER: device doesn't support the rx_handler hook > + * @IFF_FAILOVER: device is a failover master device > + * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > */ > enum netdev_priv_flags { > IFF_802_1Q_VLAN = 1<<0, > @@ -1450,6 +1452,8 @@ enum netdev_priv_flags { > IFF_PHONY_HEADROOM = 1<<24, > IFF_MACSEC = 1<<25, > IFF_NO_RX_HANDLER = 1<<26, > + IFF_FAILOVER = 1<<27, > + IFF_FAILOVER_SLAVE = 1<<28, > }; Why is FAILOVER any diff...
2019 Mar 07
0
[PATCH net v2] failover: allow name change on IFF_UP slave interfaces
...;t support the rx_handler hook > * @IFF_FAILOVER: device is a failover master device > * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > + * @IFF_SLAVE_RENAME_OK: rename is allowed while slave device is running > */ > enum netdev_priv_flags { > IFF_802_1Q_VLAN = 1<<0, > @@ -1518,6 +1519,7 @@ enum netdev_priv_flags { > IFF_NO_RX_HANDLER = 1<<26, > IFF_FAILOVER = 1<<27, > IFF_FAILOVER_SLAVE = 1<<28, > + IFF_SLAVE_RENAME_OK = 1<<29, > }; > > #define IFF_802_1Q_VLAN IFF_802_1Q_VLA...
2019 Mar 06
0
[RFC PATCH net-next] failover: allow name change on IFF_UP slave interfaces
...e doesn't support the rx_handler hook > * @IFF_FAILOVER: device is a failover master device > * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device >+ * @IFF_SLAVE_RENAME_OK: rename is allowed while slave device is running > */ > enum netdev_priv_flags { > IFF_802_1Q_VLAN = 1<<0, >@@ -1518,6 +1519,7 @@ enum netdev_priv_flags { > IFF_NO_RX_HANDLER = 1<<26, > IFF_FAILOVER = 1<<27, > IFF_FAILOVER_SLAVE = 1<<28, >+ IFF_SLAVE_RENAME_OK = 1<<29, > }; > > #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN >@@ -1548...
2019 Mar 05
0
[RFC PATCH net-next] failover: allow name change on IFF_UP slave interfaces
...n't support the rx_handler hook > * @IFF_FAILOVER: device is a failover master device > * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > + * @IFF_SLAVE_RENAME_OK: rename is allowed while slave device is running > */ > enum netdev_priv_flags { > IFF_802_1Q_VLAN = 1<<0, > @@ -1518,6 +1519,7 @@ enum netdev_priv_flags { > IFF_NO_RX_HANDLER = 1<<26, > IFF_FAILOVER = 1<<27, > IFF_FAILOVER_SLAVE = 1<<28, > + IFF_SLAVE_RENAME_OK = 1<<29, > }; > > #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN >...
2019 Mar 21
0
[PATCH net v2] failover: allow name change on IFF_UP slave interfaces
...rx_handler hook >> * @IFF_FAILOVER: device is a failover master device >> * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device >> + * @IFF_SLAVE_RENAME_OK: rename is allowed while slave device is running >> */ >> enum netdev_priv_flags { >> IFF_802_1Q_VLAN = 1<<0, >> @@ -1518,6 +1519,7 @@ enum netdev_priv_flags { >> IFF_NO_RX_HANDLER = 1<<26, >> IFF_FAILOVER = 1<<27, >> IFF_FAILOVER_SLAVE = 1<<28, >> + IFF_SLAVE_RENAME_OK = 1<<29, >> }; >> >> #define IFF_802_1Q_V...
2019 Mar 21
0
[PATCH net v2] failover: allow name change on IFF_UP slave interfaces
...>> ?? * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master >>>> device >>>> + * @IFF_SLAVE_RENAME_OK: rename is allowed while slave device is >>>> running >>>> ?? */ >>>> ? enum netdev_priv_flags { >>>> ????? IFF_802_1Q_VLAN??????????? = 1<<0, >>>> @@ -1518,6 +1519,7 @@ enum netdev_priv_flags { >>>> ????? IFF_NO_RX_HANDLER??????? = 1<<26, >>>> ????? IFF_FAILOVER??????????? = 1<<27, >>>> ????? IFF_FAILOVER_SLAVE??????? = 1<<28, >>>> +???...
2019 Mar 21
0
[PATCH net v2] failover: allow name change on IFF_UP slave interfaces
...* @IFF_FAILOVER: device is a failover master device > >> * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > >> + * @IFF_SLAVE_RENAME_OK: rename is allowed while slave device is running > >> */ > >> enum netdev_priv_flags { > >> IFF_802_1Q_VLAN = 1<<0, > >> @@ -1518,6 +1519,7 @@ enum netdev_priv_flags { > >> IFF_NO_RX_HANDLER = 1<<26, > >> IFF_FAILOVER = 1<<27, > >> IFF_FAILOVER_SLAVE = 1<<28, > >> + IFF_SLAVE_RENAME_OK = 1<<29, > >> }; > >...
2019 Apr 09
0
[PATCH net v8] failover: allow name change on IFF_UP slave interfaces
...master device > * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > * @IFF_L3MDEV_RX_HANDLER: only invoke the rx handler of L3 master device > + * @IFF_LIVE_RENAME_OK: rename is allowed while device is up and running > */ > enum netdev_priv_flags { > IFF_802_1Q_VLAN = 1<<0, > @@ -1530,6 +1531,7 @@ enum netdev_priv_flags { > IFF_FAILOVER = 1<<27, > IFF_FAILOVER_SLAVE = 1<<28, > IFF_L3MDEV_RX_HANDLER = 1<<29, > + IFF_LIVE_RENAME_OK = 1<<30, > }; > > #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN &...
2019 Apr 08
0
[PATCH net v7] failover: allow name change on IFF_UP slave interfaces
...master device > * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > * @IFF_L3MDEV_RX_HANDLER: only invoke the rx handler of L3 master device > + * @IFF_LIVE_RENAME_OK: rename is allowed while device is up and running > */ > enum netdev_priv_flags { > IFF_802_1Q_VLAN = 1<<0, > @@ -1530,6 +1531,7 @@ enum netdev_priv_flags { > IFF_FAILOVER = 1<<27, > IFF_FAILOVER_SLAVE = 1<<28, > IFF_L3MDEV_RX_HANDLER = 1<<29, > + IFF_LIVE_RENAME_OK = 1<<30, > }; > > #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN &...
2019 Mar 05
0
[RFC PATCH net-next] failover: allow name change on IFF_UP slave interfaces
...OVER: device is a failover master device > > > * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > > > + * @IFF_SLAVE_RENAME_OK: rename is allowed while slave device is running > > > */ > > > enum netdev_priv_flags { > > > IFF_802_1Q_VLAN = 1<<0, > > > @@ -1518,6 +1519,7 @@ enum netdev_priv_flags { > > > IFF_NO_RX_HANDLER = 1<<26, > > > IFF_FAILOVER = 1<<27, > > > IFF_FAILOVER_SLAVE = 1<<28, > > > + IFF_SLAVE_RENAME_OK = 1<<29, > > >...
2018 May 31
1
[PATCH net-next v12 1/5] net: Introduce generic failover module
...@IFF_NO_RX_HANDLER: device doesn't support the rx_handler hook > >> + * @IFF_FAILOVER: device is a failover master device > >> + * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > >> */ > >> enum netdev_priv_flags { > >> IFF_802_1Q_VLAN = 1<<0, > >> @@ -1450,6 +1452,8 @@ enum netdev_priv_flags { > >> IFF_PHONY_HEADROOM = 1<<24, > >> IFF_MACSEC = 1<<25, > >> IFF_NO_RX_HANDLER = 1<<26, > >> + IFF_FAILOVER = 1<<27, > >> + IFF_FAILOVER...
2019 Apr 05
2
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
...lover master device > * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > * @IFF_L3MDEV_RX_HANDLER: only invoke the rx handler of L3 master device > + * @IFF_LIVE_NAME_CHANGE: rename is allowed while device is running > */ > enum netdev_priv_flags { > IFF_802_1Q_VLAN = 1<<0, > @@ -1530,6 +1531,7 @@ enum netdev_priv_flags { > IFF_FAILOVER = 1<<27, > IFF_FAILOVER_SLAVE = 1<<28, > IFF_L3MDEV_RX_HANDLER = 1<<29, > + IFF_LIVE_NAME_CHANGE = 1<<30, > }; > > #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN...
2019 Apr 05
2
[PATCH net v6] failover: allow name change on IFF_UP slave interfaces
...lover master device > * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device > * @IFF_L3MDEV_RX_HANDLER: only invoke the rx handler of L3 master device > + * @IFF_LIVE_NAME_CHANGE: rename is allowed while device is running > */ > enum netdev_priv_flags { > IFF_802_1Q_VLAN = 1<<0, > @@ -1530,6 +1531,7 @@ enum netdev_priv_flags { > IFF_FAILOVER = 1<<27, > IFF_FAILOVER_SLAVE = 1<<28, > IFF_L3MDEV_RX_HANDLER = 1<<29, > + IFF_LIVE_NAME_CHANGE = 1<<30, > }; > > #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN...
2018 May 24
0
[PATCH net-next v12 1/5] net: Introduce generic failover module
...device for bridged veth) * @IFF_MACSEC: device is a MACsec device * @IFF_NO_RX_HANDLER: device doesn't support the rx_handler hook + * @IFF_FAILOVER: device is a failover master device + * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device */ enum netdev_priv_flags { IFF_802_1Q_VLAN = 1<<0, @@ -1450,6 +1452,8 @@ enum netdev_priv_flags { IFF_PHONY_HEADROOM = 1<<24, IFF_MACSEC = 1<<25, IFF_NO_RX_HANDLER = 1<<26, + IFF_FAILOVER = 1<<27, + IFF_FAILOVER_SLAVE = 1<<28, }; #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN @@ -1478,6 +148...
2018 Apr 18
2
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...gt; > To avoid checkpatch warnings. If it is OK to ignore these warnings, I can switch back >> > to the existing coding style to be consistent. >> Please do. >> >> >> > > >> > > > }; >> > > > >> > > > #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN >> > > > @@ -1458,6 +1460,8 @@ enum netdev_priv_flags { >> > > > #define IFF_RXFH_CONFIGURED IFF_RXFH_CONFIGURED >> > > > #define IFF_MACSEC IFF_MACSEC >> > > > #define IFF_NO_RX_HANDLER IFF_NO_RX_HANDLER >> &gt...
2018 Apr 18
2
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...gt; > To avoid checkpatch warnings. If it is OK to ignore these warnings, I can switch back >> > to the existing coding style to be consistent. >> Please do. >> >> >> > > >> > > > }; >> > > > >> > > > #define IFF_802_1Q_VLAN IFF_802_1Q_VLAN >> > > > @@ -1458,6 +1460,8 @@ enum netdev_priv_flags { >> > > > #define IFF_RXFH_CONFIGURED IFF_RXFH_CONFIGURED >> > > > #define IFF_MACSEC IFF_MACSEC >> > > > #define IFF_NO_RX_HANDLER IFF_NO_RX_HANDLER >> &gt...
2018 May 25
0
[PATCH net-next v12 1/5] net: Introduce generic failover module
...sec device >> * @IFF_NO_RX_HANDLER: device doesn't support the rx_handler hook >> + * @IFF_FAILOVER: device is a failover master device >> + * @IFF_FAILOVER_SLAVE: device is lower dev of a failover master device >> */ >> enum netdev_priv_flags { >> IFF_802_1Q_VLAN = 1<<0, >> @@ -1450,6 +1452,8 @@ enum netdev_priv_flags { >> IFF_PHONY_HEADROOM = 1<<24, >> IFF_MACSEC = 1<<25, >> IFF_NO_RX_HANDLER = 1<<26, >> + IFF_FAILOVER = 1<<27, >> + IFF_FAILOVER_SLAVE = 1<<28, >&gt...