search for: 4312,16

Displaying 13 results from an estimated 13 matches for "4312,16".

2018 Apr 18
2
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
..._NO_RX_HANDLER >> > > > +#define IFF_BYPASS IFF_BYPASS >> > > > +#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE >> > > > >> > > > /** >> > > > * struct net_device - The DEVICE structure. >> > > > @@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) >> > > > return dev->priv_flags & IFF_RXFH_CONFIGURED; >> > > > } >> > > > >> > > > +static inline bool netif_is_bypass_master(const struct net_device...
2018 Apr 18
2
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
..._NO_RX_HANDLER >> > > > +#define IFF_BYPASS IFF_BYPASS >> > > > +#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE >> > > > >> > > > /** >> > > > * struct net_device - The DEVICE structure. >> > > > @@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) >> > > > return dev->priv_flags & IFF_RXFH_CONFIGURED; >> > > > } >> > > > >> > > > +static inline bool netif_is_bypass_master(const struct net_device...
2018 Apr 18
0
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...>>> #define IFF_NO_RX_HANDLER IFF_NO_RX_HANDLER >>>> +#define IFF_BYPASS IFF_BYPASS >>>> +#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE >>>> >>>> /** >>>> * struct net_device - The DEVICE structure. >>>> @@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) >>>> return dev->priv_flags & IFF_RXFH_CONFIGURED; >>>> } >>>> >>>> +static inline bool netif_is_bypass_master(const struct net_device *dev) >>>> +{ &g...
2018 Apr 18
2
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...SEC IFF_MACSEC >> > #define IFF_NO_RX_HANDLER IFF_NO_RX_HANDLER >> > +#define IFF_BYPASS IFF_BYPASS >> > +#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE >> > >> > /** >> > * struct net_device - The DEVICE structure. >> > @@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) >> > return dev->priv_flags & IFF_RXFH_CONFIGURED; >> > } >> > >> > +static inline bool netif_is_bypass_master(const struct net_device *dev) >> > +{ >> > +...
2018 Apr 18
2
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...SEC IFF_MACSEC >> > #define IFF_NO_RX_HANDLER IFF_NO_RX_HANDLER >> > +#define IFF_BYPASS IFF_BYPASS >> > +#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE >> > >> > /** >> > * struct net_device - The DEVICE structure. >> > @@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) >> > return dev->priv_flags & IFF_RXFH_CONFIGURED; >> > } >> > >> > +static inline bool netif_is_bypass_master(const struct net_device *dev) >> > +{ >> > +...
2018 Apr 18
0
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...gt; > > +#define IFF_BYPASS IFF_BYPASS > >> > > > +#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE > >> > > > > >> > > > /** > >> > > > * struct net_device - The DEVICE structure. > >> > > > @@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) > >> > > > return dev->priv_flags & IFF_RXFH_CONFIGURED; > >> > > > } > >> > > > > >> > > > +static inline bool netif_is_bypass_master(con...
2018 Apr 11
2
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...efine IFF_RXFH_CONFIGURED IFF_RXFH_CONFIGURED > #define IFF_MACSEC IFF_MACSEC > #define IFF_NO_RX_HANDLER IFF_NO_RX_HANDLER >+#define IFF_BYPASS IFF_BYPASS >+#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE > > /** > * struct net_device - The DEVICE structure. >@@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) > return dev->priv_flags & IFF_RXFH_CONFIGURED; > } > >+static inline bool netif_is_bypass_master(const struct net_device *dev) >+{ >+ return dev->priv_flags & IFF_BYPASS; >+} >+...
2018 Apr 11
2
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...efine IFF_RXFH_CONFIGURED IFF_RXFH_CONFIGURED > #define IFF_MACSEC IFF_MACSEC > #define IFF_NO_RX_HANDLER IFF_NO_RX_HANDLER >+#define IFF_BYPASS IFF_BYPASS >+#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE > > /** > * struct net_device - The DEVICE structure. >@@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) > return dev->priv_flags & IFF_RXFH_CONFIGURED; > } > >+static inline bool netif_is_bypass_master(const struct net_device *dev) >+{ >+ return dev->priv_flags & IFF_BYPASS; >+} >+...
2018 Apr 10
0
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...@@ 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 +#define IFF_BYPASS IFF_BYPASS +#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE /** * struct net_device - The DEVICE structure. @@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) return dev->priv_flags & IFF_RXFH_CONFIGURED; } +static inline bool netif_is_bypass_master(const struct net_device *dev) +{ + return dev->priv_flags & IFF_BYPASS; +} + +static inline bool netif_is_byp...
2018 Apr 11
0
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
..._CONFIGURED >> #define IFF_MACSEC IFF_MACSEC >> #define IFF_NO_RX_HANDLER IFF_NO_RX_HANDLER >> +#define IFF_BYPASS IFF_BYPASS >> +#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE >> >> /** >> * struct net_device - The DEVICE structure. >> @@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) >> return dev->priv_flags & IFF_RXFH_CONFIGURED; >> } >> >> +static inline bool netif_is_bypass_master(const struct net_device *dev) >> +{ >> + return dev->priv_flags &...
2018 Apr 18
4
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...ne IFF_BYPASS IFF_BYPASS >> >> > > > +#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE >> >> > > > >> >> > > > /** >> >> > > > * struct net_device - The DEVICE structure. >> >> > > > @@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) >> >> > > > return dev->priv_flags & IFF_RXFH_CONFIGURED; >> >> > > > } >> >> > > > >> >> > > > +static inline bool netif_is_b...
2018 Apr 18
4
[RFC PATCH net-next v6 2/4] net: Introduce generic bypass module
...ne IFF_BYPASS IFF_BYPASS >> >> > > > +#define IFF_BYPASS_SLAVE IFF_BYPASS_SLAVE >> >> > > > >> >> > > > /** >> >> > > > * struct net_device - The DEVICE structure. >> >> > > > @@ -4308,6 +4312,16 @@ static inline bool netif_is_rxfh_configured(const struct net_device *dev) >> >> > > > return dev->priv_flags & IFF_RXFH_CONFIGURED; >> >> > > > } >> >> > > > >> >> > > > +static inline bool netif_is_b...
2018 Apr 10
6
[RFC PATCH net-next v6 0/4] Enable virtio_net to act as a backup for a passthru device
The main motivation for this patch is to enable cloud service providers to provide an accelerated datapath to virtio-net enabled VMs in a transparent manner with no/minimal guest userspace changes. This also enables hypervisor controlled live migration to be supported with VMs that have direct attached SR-IOV VF devices. Patch 1 introduces a new feature bit VIRTIO_NET_F_BACKUP that can be used