search for: __netif_f

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

2014 Dec 17
2
[PATCH 01/10] core: Split out UFO6 support
...tion */ > /**/NETIF_F_GSO_LAST = /* last bit, see GSO_MASK */ > - NETIF_F_GSO_MPLS_BIT, > + NETIF_F_UFO6_BIT, > > NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ > NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ > @@ -109,6 +110,7 @@ enum { > #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) > #define NETIF_F_TSO __NETIF_F(TSO) > #define NETIF_F_UFO __NETIF_F(UFO) > +#define NETIF_F_UFO6 __NETIF_F(UFO6) > #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) > #define NETIF_F_RXFCS __NETIF_F(RXFCS) > #define NETIF_F_RXALL __NETIF_F(RXALL) >...
2014 Dec 17
2
[PATCH 01/10] core: Split out UFO6 support
...tion */ > /**/NETIF_F_GSO_LAST = /* last bit, see GSO_MASK */ > - NETIF_F_GSO_MPLS_BIT, > + NETIF_F_UFO6_BIT, > > NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ > NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ > @@ -109,6 +110,7 @@ enum { > #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) > #define NETIF_F_TSO __NETIF_F(TSO) > #define NETIF_F_UFO __NETIF_F(UFO) > +#define NETIF_F_UFO6 __NETIF_F(UFO6) > #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) > #define NETIF_F_RXFCS __NETIF_F(RXFCS) > #define NETIF_F_RXALL __NETIF_F(RXALL) >...
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
...ETIF_F_UFO6_BIT, /* ... UDPv6 fragmentation */ /**/NETIF_F_GSO_LAST = /* last bit, see GSO_MASK */ - NETIF_F_GSO_MPLS_BIT, + NETIF_F_UFO6_BIT, NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ @@ -109,6 +110,7 @@ enum { #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) #define NETIF_F_TSO __NETIF_F(TSO) #define NETIF_F_UFO __NETIF_F(UFO) +#define NETIF_F_UFO6 __NETIF_F(UFO6) #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) #define NETIF_F_RXFCS __NETIF_F(RXFCS) #define NETIF_F_RXALL __NETIF_F(RXALL) @@ -141,7 +143,7 @@ enum { /* Li...
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
...ETIF_F_UFO6_BIT, /* ... UDPv6 fragmentation */ /**/NETIF_F_GSO_LAST = /* last bit, see GSO_MASK */ - NETIF_F_GSO_MPLS_BIT, + NETIF_F_UFO6_BIT, NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ @@ -109,6 +110,7 @@ enum { #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) #define NETIF_F_TSO __NETIF_F(TSO) #define NETIF_F_UFO __NETIF_F(UFO) +#define NETIF_F_UFO6 __NETIF_F(UFO6) #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) #define NETIF_F_RXFCS __NETIF_F(RXFCS) #define NETIF_F_RXALL __NETIF_F(RXALL) @@ -141,7 +143,7 @@ enum { /* Li...
2014 Dec 18
2
[PATCH 01/10] core: Split out UFO6 support
...K */ > >> - NETIF_F_GSO_MPLS_BIT, > >> + NETIF_F_UFO6_BIT, > >> > >> NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ > >> NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ > >> @@ -109,6 +110,7 @@ enum { > >> #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) > >> #define NETIF_F_TSO __NETIF_F(TSO) > >> #define NETIF_F_UFO __NETIF_F(UFO) > >> +#define NETIF_F_UFO6 __NETIF_F(UFO6) > >> #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) > >> #define NETIF_F_RXFCS __NETIF_F(RXFCS) > &...
2014 Dec 18
2
[PATCH 01/10] core: Split out UFO6 support
...K */ > >> - NETIF_F_GSO_MPLS_BIT, > >> + NETIF_F_UFO6_BIT, > >> > >> NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ > >> NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ > >> @@ -109,6 +110,7 @@ enum { > >> #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) > >> #define NETIF_F_TSO __NETIF_F(TSO) > >> #define NETIF_F_UFO __NETIF_F(UFO) > >> +#define NETIF_F_UFO6 __NETIF_F(UFO6) > >> #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) > >> #define NETIF_F_RXFCS __NETIF_F(RXFCS) > &...
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
...SO_LAST = /* last bit, see GSO_MASK */ >> - NETIF_F_GSO_MPLS_BIT, >> + NETIF_F_UFO6_BIT, >> >> NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ >> NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ >> @@ -109,6 +110,7 @@ enum { >> #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) >> #define NETIF_F_TSO __NETIF_F(TSO) >> #define NETIF_F_UFO __NETIF_F(UFO) >> +#define NETIF_F_UFO6 __NETIF_F(UFO6) >> #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) >> #define NETIF_F_RXFCS __NETIF_F(RXFCS) >> #define NETIF_F_RXALL...
2014 Dec 17
0
[PATCH 01/10] core: Split out UFO6 support
...SO_LAST = /* last bit, see GSO_MASK */ >> - NETIF_F_GSO_MPLS_BIT, >> + NETIF_F_UFO6_BIT, >> >> NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ >> NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ >> @@ -109,6 +110,7 @@ enum { >> #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) >> #define NETIF_F_TSO __NETIF_F(TSO) >> #define NETIF_F_UFO __NETIF_F(UFO) >> +#define NETIF_F_UFO6 __NETIF_F(UFO6) >> #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) >> #define NETIF_F_RXFCS __NETIF_F(RXFCS) >> #define NETIF_F_RXALL...
2014 Dec 18
0
[PATCH 01/10] core: Split out UFO6 support
...- NETIF_F_GSO_MPLS_BIT, >>>> + NETIF_F_UFO6_BIT, >>>> >>>> NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ >>>> NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ >>>> @@ -109,6 +110,7 @@ enum { >>>> #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) >>>> #define NETIF_F_TSO __NETIF_F(TSO) >>>> #define NETIF_F_UFO __NETIF_F(UFO) >>>> +#define NETIF_F_UFO6 __NETIF_F(UFO6) >>>> #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) >>>> #define NETIF_F_RXFCS __NETIF_...
2014 Dec 18
0
[PATCH 01/10] core: Split out UFO6 support
...- NETIF_F_GSO_MPLS_BIT, >>>> + NETIF_F_UFO6_BIT, >>>> >>>> NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ >>>> NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ >>>> @@ -109,6 +110,7 @@ enum { >>>> #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) >>>> #define NETIF_F_TSO __NETIF_F(TSO) >>>> #define NETIF_F_UFO __NETIF_F(UFO) >>>> +#define NETIF_F_UFO6 __NETIF_F(UFO6) >>>> #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) >>>> #define NETIF_F_RXFCS __NETIF_...
2014 Dec 18
3
[PATCH 01/10] core: Split out UFO6 support
...>>>> + NETIF_F_UFO6_BIT, > >>>> > >>>> NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ > >>>> NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ > >>>> @@ -109,6 +110,7 @@ enum { > >>>> #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) > >>>> #define NETIF_F_TSO __NETIF_F(TSO) > >>>> #define NETIF_F_UFO __NETIF_F(UFO) > >>>> +#define NETIF_F_UFO6 __NETIF_F(UFO6) > >>>> #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) > >>>> #defin...
2014 Dec 18
3
[PATCH 01/10] core: Split out UFO6 support
...>>>> + NETIF_F_UFO6_BIT, > >>>> > >>>> NETIF_F_FCOE_CRC_BIT, /* FCoE CRC32 */ > >>>> NETIF_F_SCTP_CSUM_BIT, /* SCTP checksum offload */ > >>>> @@ -109,6 +110,7 @@ enum { > >>>> #define NETIF_F_TSO_ECN __NETIF_F(TSO_ECN) > >>>> #define NETIF_F_TSO __NETIF_F(TSO) > >>>> #define NETIF_F_UFO __NETIF_F(UFO) > >>>> +#define NETIF_F_UFO6 __NETIF_F(UFO6) > >>>> #define NETIF_F_VLAN_CHALLENGED __NETIF_F(VLAN_CHALLENGED) > >>>> #defin...
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