search for: netif_f_all_ufo

Displaying 14 results from an estimated 14 matches for "netif_f_all_ufo".

Did you mean: netif_f_all_tso
2014 Dec 17
2
[PATCH 01/10] core: Split out UFO6 support
...NETIF_F_GEN_CSUM NETIF_F_HW_CSUM > #define NETIF_F_V4_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) > @@ -149,6 +151,7 @@ enum { > #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) > > #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) > +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) > > #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ > NETIF_F_FSO) > diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h > index 74fd5d3..86af10a 100644 > --- a/include/linux/netdevice.h > +++ b/include/lin...
2014 Dec 17
2
[PATCH 01/10] core: Split out UFO6 support
...NETIF_F_GEN_CSUM NETIF_F_HW_CSUM > #define NETIF_F_V4_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) > @@ -149,6 +151,7 @@ enum { > #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) > > #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) > +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) > > #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ > NETIF_F_FSO) > diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h > index 74fd5d3..86af10a 100644 > --- a/include/linux/netdevice.h > +++ b/include/lin...
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
...UFO | NETIF_F_UFO6) #define NETIF_F_GEN_CSUM NETIF_F_HW_CSUM #define NETIF_F_V4_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) @@ -149,6 +151,7 @@ enum { #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ NETIF_F_FSO) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 74fd5d3..86af10a 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -3559,6 +3559,7 @...
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
...UFO | NETIF_F_UFO6) #define NETIF_F_GEN_CSUM NETIF_F_HW_CSUM #define NETIF_F_V4_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) @@ -149,6 +151,7 @@ enum { #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ NETIF_F_FSO) diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 74fd5d3..86af10a 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -3559,6 +3559,7 @...
2014 Dec 18
2
[PATCH 01/10] core: Split out UFO6 support
...ne NETIF_F_V4_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) > >> @@ -149,6 +151,7 @@ enum { > >> #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) > >> > >> #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) > >> +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) > >> > >> #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ > >> NETIF_F_FSO) > >> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h > >> index 74fd5d3..86af10a 100644 > >>...
2014 Dec 18
2
[PATCH 01/10] core: Split out UFO6 support
...ne NETIF_F_V4_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) > >> @@ -149,6 +151,7 @@ enum { > >> #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) > >> > >> #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) > >> +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) > >> > >> #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ > >> NETIF_F_FSO) > >> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h > >> index 74fd5d3..86af10a 100644 > >>...
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
...F_HW_CSUM >> #define NETIF_F_V4_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) >> @@ -149,6 +151,7 @@ enum { >> #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) >> >> #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) >> +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) >> >> #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ >> NETIF_F_FSO) >> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h >> index 74fd5d3..86af10a 100644 >> --- a/include/linux/netdevice....
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
...F_HW_CSUM >> #define NETIF_F_V4_CSUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) >> @@ -149,6 +151,7 @@ enum { >> #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) >> >> #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) >> +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) >> >> #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ >> NETIF_F_FSO) >> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h >> index 74fd5d3..86af10a 100644 >> --- a/include/linux/netdevice....
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
2014 Dec 18
0
[PATCH 01/10] core: Split out UFO6 support
...SUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) >>>> @@ -149,6 +151,7 @@ enum { >>>> #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) >>>> >>>> #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) >>>> +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) >>>> >>>> #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ >>>> NETIF_F_FSO) >>>> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h >>>> index 74fd5d3..86af10a 100644...
2014 Dec 18
0
[PATCH 01/10] core: Split out UFO6 support
...SUM (NETIF_F_GEN_CSUM | NETIF_F_IP_CSUM) >>>> @@ -149,6 +151,7 @@ enum { >>>> #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) >>>> >>>> #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) >>>> +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) >>>> >>>> #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ >>>> NETIF_F_FSO) >>>> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h >>>> index 74fd5d3..86af10a 100644...
2014 Dec 18
3
[PATCH 01/10] core: Split out UFO6 support
...NETIF_F_IP_CSUM) > >>>> @@ -149,6 +151,7 @@ enum { > >>>> #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) > >>>> > >>>> #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) > >>>> +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) > >>>> > >>>> #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ > >>>> NETIF_F_FSO) > >>>> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h > >>>> inde...
2014 Dec 18
3
[PATCH 01/10] core: Split out UFO6 support
...NETIF_F_IP_CSUM) > >>>> @@ -149,6 +151,7 @@ enum { > >>>> #define NETIF_F_ALL_CSUM (NETIF_F_V4_CSUM | NETIF_F_V6_CSUM) > >>>> > >>>> #define NETIF_F_ALL_TSO (NETIF_F_TSO | NETIF_F_TSO6 | NETIF_F_TSO_ECN) > >>>> +#define NETIF_F_ALL_UFO (NETIF_F_UFO | NETIF_F_UFO6) > >>>> > >>>> #define NETIF_F_ALL_FCOE (NETIF_F_FCOE_CRC | NETIF_F_FCOE_MTU | \ > >>>> NETIF_F_FSO) > >>>> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h > >>>> inde...