search for: 93eff41

Displaying 14 results from an estimated 14 matches for "93eff41".

Did you mean: 593eff40
2014 Dec 17
2
[PATCH 01/10] core: Split out UFO6 support
...ecksum offload features.\n"); > + features &= ~NETIF_F_UFO6; > } > > + > #ifdef CONFIG_NET_RX_BUSY_POLL > if (dev->netdev_ops->ndo_busy_poll) > features |= NETIF_F_BUSY_POLL; > diff --git a/net/core/ethtool.c b/net/core/ethtool.c > index 06dfb29..93eff41 100644 > --- a/net/core/ethtool.c > +++ b/net/core/ethtool.c > @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) > return NETIF_F_ALL_TSO; > case ETHTOOL_GUFO: > case ETHTOOL_SUFO: > - return NETIF_F_UFO; > + return NETIF_F_ALL_UFO;...
2014 Dec 17
2
[PATCH 01/10] core: Split out UFO6 support
...ecksum offload features.\n"); > + features &= ~NETIF_F_UFO6; > } > > + > #ifdef CONFIG_NET_RX_BUSY_POLL > if (dev->netdev_ops->ndo_busy_poll) > features |= NETIF_F_BUSY_POLL; > diff --git a/net/core/ethtool.c b/net/core/ethtool.c > index 06dfb29..93eff41 100644 > --- a/net/core/ethtool.c > +++ b/net/core/ethtool.c > @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) > return NETIF_F_ALL_TSO; > case ETHTOOL_GUFO: > case ETHTOOL_SUFO: > - return NETIF_F_UFO; > + return NETIF_F_ALL_UFO;...
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
..."Dropping NETIF_F_UFO6 since no checksum offload features.\n"); + features &= ~NETIF_F_UFO6; } + #ifdef CONFIG_NET_RX_BUSY_POLL if (dev->netdev_ops->ndo_busy_poll) features |= NETIF_F_BUSY_POLL; diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 06dfb29..93eff41 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) return NETIF_F_ALL_TSO; case ETHTOOL_GUFO: case ETHTOOL_SUFO: - return NETIF_F_UFO; + return NETIF_F_ALL_UFO; case ETHTOOL_GGSO: case ETHTOOL_SGSO...
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
..."Dropping NETIF_F_UFO6 since no checksum offload features.\n"); + features &= ~NETIF_F_UFO6; } + #ifdef CONFIG_NET_RX_BUSY_POLL if (dev->netdev_ops->ndo_busy_poll) features |= NETIF_F_BUSY_POLL; diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 06dfb29..93eff41 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) return NETIF_F_ALL_TSO; case ETHTOOL_GUFO: case ETHTOOL_SUFO: - return NETIF_F_UFO; + return NETIF_F_ALL_UFO; case ETHTOOL_GGSO: case ETHTOOL_SGSO...
2014 Dec 18
2
[PATCH 01/10] core: Split out UFO6 support
...; > >> } > >> > >> + > >> #ifdef CONFIG_NET_RX_BUSY_POLL > >> if (dev->netdev_ops->ndo_busy_poll) > >> features |= NETIF_F_BUSY_POLL; > >> diff --git a/net/core/ethtool.c b/net/core/ethtool.c > >> index 06dfb29..93eff41 100644 > >> --- a/net/core/ethtool.c > >> +++ b/net/core/ethtool.c > >> @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) > >> return NETIF_F_ALL_TSO; > >> case ETHTOOL_GUFO: > >> case ETHTOOL_SUFO: > &...
2014 Dec 18
2
[PATCH 01/10] core: Split out UFO6 support
...; > >> } > >> > >> + > >> #ifdef CONFIG_NET_RX_BUSY_POLL > >> if (dev->netdev_ops->ndo_busy_poll) > >> features |= NETIF_F_BUSY_POLL; > >> diff --git a/net/core/ethtool.c b/net/core/ethtool.c > >> index 06dfb29..93eff41 100644 > >> --- a/net/core/ethtool.c > >> +++ b/net/core/ethtool.c > >> @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) > >> return NETIF_F_ALL_TSO; > >> case ETHTOOL_GUFO: > >> case ETHTOOL_SUFO: > &...
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
...gt;> + features &= ~NETIF_F_UFO6; >> } >> >> + >> #ifdef CONFIG_NET_RX_BUSY_POLL >> if (dev->netdev_ops->ndo_busy_poll) >> features |= NETIF_F_BUSY_POLL; >> diff --git a/net/core/ethtool.c b/net/core/ethtool.c >> index 06dfb29..93eff41 100644 >> --- a/net/core/ethtool.c >> +++ b/net/core/ethtool.c >> @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) >> return NETIF_F_ALL_TSO; >> case ETHTOOL_GUFO: >> case ETHTOOL_SUFO: >> - return NETIF_F_UFO; >...
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
...gt;> + features &= ~NETIF_F_UFO6; >> } >> >> + >> #ifdef CONFIG_NET_RX_BUSY_POLL >> if (dev->netdev_ops->ndo_busy_poll) >> features |= NETIF_F_BUSY_POLL; >> diff --git a/net/core/ethtool.c b/net/core/ethtool.c >> index 06dfb29..93eff41 100644 >> --- a/net/core/ethtool.c >> +++ b/net/core/ethtool.c >> @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) >> return NETIF_F_ALL_TSO; >> case ETHTOOL_GUFO: >> case ETHTOOL_SUFO: >> - return NETIF_F_UFO; >...
2014 Dec 18
0
[PATCH 01/10] core: Split out UFO6 support
...gt;>>> >>>> + >>>> #ifdef CONFIG_NET_RX_BUSY_POLL >>>> if (dev->netdev_ops->ndo_busy_poll) >>>> features |= NETIF_F_BUSY_POLL; >>>> diff --git a/net/core/ethtool.c b/net/core/ethtool.c >>>> index 06dfb29..93eff41 100644 >>>> --- a/net/core/ethtool.c >>>> +++ b/net/core/ethtool.c >>>> @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) >>>> return NETIF_F_ALL_TSO; >>>> case ETHTOOL_GUFO: >>>> case ET...
2014 Dec 18
0
[PATCH 01/10] core: Split out UFO6 support
...gt;>>> >>>> + >>>> #ifdef CONFIG_NET_RX_BUSY_POLL >>>> if (dev->netdev_ops->ndo_busy_poll) >>>> features |= NETIF_F_BUSY_POLL; >>>> diff --git a/net/core/ethtool.c b/net/core/ethtool.c >>>> index 06dfb29..93eff41 100644 >>>> --- a/net/core/ethtool.c >>>> +++ b/net/core/ethtool.c >>>> @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) >>>> return NETIF_F_ALL_TSO; >>>> case ETHTOOL_GUFO: >>>> case ET...
2014 Dec 18
3
[PATCH 01/10] core: Split out UFO6 support
...;>> + > >>>> #ifdef CONFIG_NET_RX_BUSY_POLL > >>>> if (dev->netdev_ops->ndo_busy_poll) > >>>> features |= NETIF_F_BUSY_POLL; > >>>> diff --git a/net/core/ethtool.c b/net/core/ethtool.c > >>>> index 06dfb29..93eff41 100644 > >>>> --- a/net/core/ethtool.c > >>>> +++ b/net/core/ethtool.c > >>>> @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) > >>>> return NETIF_F_ALL_TSO; > >>>> case ETHTOOL_GUFO: &...
2014 Dec 18
3
[PATCH 01/10] core: Split out UFO6 support
...;>> + > >>>> #ifdef CONFIG_NET_RX_BUSY_POLL > >>>> if (dev->netdev_ops->ndo_busy_poll) > >>>> features |= NETIF_F_BUSY_POLL; > >>>> diff --git a/net/core/ethtool.c b/net/core/ethtool.c > >>>> index 06dfb29..93eff41 100644 > >>>> --- a/net/core/ethtool.c > >>>> +++ b/net/core/ethtool.c > >>>> @@ -223,7 +223,7 @@ static netdev_features_t ethtool_get_feature_mask(u32 eth_cmd) > >>>> return NETIF_F_ALL_TSO; > >>>> case ETHTOOL_GUFO: &...
2014 Dec 17
20
[PATCH 00/10] Split UFO into v4 and v6 versions.
UFO support in the kernel applies to both IPv4 and IPv6 protocols with the same device feature. However some devices may not be able to support one of the offloads. For this we split the UFO offload feature into 2 pieces. NETIF_F_UFO now controlls the IPv4 part and this series introduces NETIF_F_UFO6. As a result of this work, we can now re-enable NETIF_F_UFO on virtio_net devices and restore
2014 Dec 17
20
[PATCH 00/10] Split UFO into v4 and v6 versions.
UFO support in the kernel applies to both IPv4 and IPv6 protocols with the same device feature. However some devices may not be able to support one of the offloads. For this we split the UFO offload feature into 2 pieces. NETIF_F_UFO now controlls the IPv4 part and this series introduces NETIF_F_UFO6. As a result of this work, we can now re-enable NETIF_F_UFO on virtio_net devices and restore