search for: remcsum_offload

Displaying 20 results from an estimated 44 matches for "remcsum_offload".

2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...> > diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h > index 85ab7d7..3ad5203 100644 > --- a/include/linux/skbuff.h > +++ b/include/linux/skbuff.h > @@ -605,7 +605,8 @@ struct sk_buff { > __u8 ipvs_property:1; > __u8 inner_protocol_type:1; > __u8 remcsum_offload:1; > - /* 3 or 5 bit hole */ > + __u8 ufo_fragid_set:1; [...] Doesn't the flag belong in struct skb_shared_info, rather than struct sk_buff? Otherwise this looks fine. Ben. -- Ben Hutchings When in doubt, use brute force. - Ken Thompson -------------- next part -------------- A non...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...> > diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h > index 85ab7d7..3ad5203 100644 > --- a/include/linux/skbuff.h > +++ b/include/linux/skbuff.h > @@ -605,7 +605,8 @@ struct sk_buff { > __u8 ipvs_property:1; > __u8 inner_protocol_type:1; > __u8 remcsum_offload:1; > - /* 3 or 5 bit hole */ > + __u8 ufo_fragid_set:1; [...] Doesn't the flag belong in struct skb_shared_info, rather than struct sk_buff? Otherwise this looks fine. Ben. -- Ben Hutchings When in doubt, use brute force. - Ken Thompson -------------- next part -------------- A non...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
....h > > > index 85ab7d7..3ad5203 100644 > > > --- a/include/linux/skbuff.h > > > +++ b/include/linux/skbuff.h > > > @@ -605,7 +605,8 @@ struct sk_buff { > > > __u8 ipvs_property:1; > > > __u8 inner_protocol_type:1; > > > __u8 remcsum_offload:1; > > > - /* 3 or 5 bit hole */ > > > + __u8 ufo_fragid_set:1; > > [...] > > > > Doesn't the flag belong in struct skb_shared_info, rather than struct > > sk_buff? Otherwise this looks fine. > > > > Ben. > > Hmm we seem to be ou...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
....h > > > index 85ab7d7..3ad5203 100644 > > > --- a/include/linux/skbuff.h > > > +++ b/include/linux/skbuff.h > > > @@ -605,7 +605,8 @@ struct sk_buff { > > > __u8 ipvs_property:1; > > > __u8 inner_protocol_type:1; > > > __u8 remcsum_offload:1; > > > - /* 3 or 5 bit hole */ > > > + __u8 ufo_fragid_set:1; > > [...] > > > > Doesn't the flag belong in struct skb_shared_info, rather than struct > > sk_buff? Otherwise this looks fine. > > > > Ben. > > Hmm we seem to be ou...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...00644 > >>>> --- a/include/linux/skbuff.h > >>>> +++ b/include/linux/skbuff.h > >>>> @@ -605,7 +605,8 @@ struct sk_buff { > >>>> __u8 ipvs_property:1; > >>>> __u8 inner_protocol_type:1; > >>>> __u8 remcsum_offload:1; > >>>> - /* 3 or 5 bit hole */ > >>>> + __u8 ufo_fragid_set:1; > >>> [...] > >>> > >>> Doesn't the flag belong in struct skb_shared_info, rather than struct > >>> sk_buff? Otherwise this looks fine. > >&gt...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...00644 > >>>> --- a/include/linux/skbuff.h > >>>> +++ b/include/linux/skbuff.h > >>>> @@ -605,7 +605,8 @@ struct sk_buff { > >>>> __u8 ipvs_property:1; > >>>> __u8 inner_protocol_type:1; > >>>> __u8 remcsum_offload:1; > >>>> - /* 3 or 5 bit hole */ > >>>> + __u8 ufo_fragid_set:1; > >>> [...] > >>> > >>> Doesn't the flag belong in struct skb_shared_info, rather than struct > >>> sk_buff? Otherwise this looks fine. > >&gt...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...nux/skbuff.h b/include/linux/skbuff.h > > index 85ab7d7..3ad5203 100644 > > --- a/include/linux/skbuff.h > > +++ b/include/linux/skbuff.h > > @@ -605,7 +605,8 @@ struct sk_buff { > > __u8 ipvs_property:1; > > __u8 inner_protocol_type:1; > > __u8 remcsum_offload:1; > > - /* 3 or 5 bit hole */ > > + __u8 ufo_fragid_set:1; > [...] > > Doesn't the flag belong in struct skb_shared_info, rather than struct > sk_buff? Otherwise this looks fine. > > Ben. Hmm we seem to be out of tx flags. Maybe ip6_frag_id == 0 should mean...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...nux/skbuff.h b/include/linux/skbuff.h > > index 85ab7d7..3ad5203 100644 > > --- a/include/linux/skbuff.h > > +++ b/include/linux/skbuff.h > > @@ -605,7 +605,8 @@ struct sk_buff { > > __u8 ipvs_property:1; > > __u8 inner_protocol_type:1; > > __u8 remcsum_offload:1; > > - /* 3 or 5 bit hole */ > > + __u8 ufo_fragid_set:1; > [...] > > Doesn't the flag belong in struct skb_shared_info, rather than struct > sk_buff? Otherwise this looks fine. > > Ben. Hmm we seem to be out of tx flags. Maybe ip6_frag_id == 0 should mean...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...;> index 85ab7d7..3ad5203 100644 >>>> --- a/include/linux/skbuff.h >>>> +++ b/include/linux/skbuff.h >>>> @@ -605,7 +605,8 @@ struct sk_buff { >>>> __u8 ipvs_property:1; >>>> __u8 inner_protocol_type:1; >>>> __u8 remcsum_offload:1; >>>> - /* 3 or 5 bit hole */ >>>> + __u8 ufo_fragid_set:1; >>> [...] >>> >>> Doesn't the flag belong in struct skb_shared_info, rather than struct >>> sk_buff? Otherwise this looks fine. >>> >>> Ben. >> &g...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...;> index 85ab7d7..3ad5203 100644 >>>> --- a/include/linux/skbuff.h >>>> +++ b/include/linux/skbuff.h >>>> @@ -605,7 +605,8 @@ struct sk_buff { >>>> __u8 ipvs_property:1; >>>> __u8 inner_protocol_type:1; >>>> __u8 remcsum_offload:1; >>>> - /* 3 or 5 bit hole */ >>>> + __u8 ufo_fragid_set:1; >>> [...] >>> >>> Doesn't the flag belong in struct skb_shared_info, rather than struct >>> sk_buff? Otherwise this looks fine. >>> >>> Ben. >> &g...
2015 Jan 28
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...buff.h > > > >>>> +++ b/include/linux/skbuff.h > > > >>>> @@ -605,7 +605,8 @@ struct sk_buff { > > > >>>> __u8 ipvs_property:1; > > > >>>> __u8 inner_protocol_type:1; > > > >>>> __u8 remcsum_offload:1; > > > >>>> - /* 3 or 5 bit hole */ > > > >>>> + __u8 ufo_fragid_set:1; > > > >>> [...] > > > >>> > > > >>> Doesn't the flag belong in struct skb_shared_info, rather than struct > > > &g...
2015 Jan 28
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...buff.h > > > >>>> +++ b/include/linux/skbuff.h > > > >>>> @@ -605,7 +605,8 @@ struct sk_buff { > > > >>>> __u8 ipvs_property:1; > > > >>>> __u8 inner_protocol_type:1; > > > >>>> __u8 remcsum_offload:1; > > > >>>> - /* 3 or 5 bit hole */ > > > >>>> + __u8 ufo_fragid_set:1; > > > >>> [...] > > > >>> > > > >>> Doesn't the flag belong in struct skb_shared_info, rather than struct > > > &g...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...t; --- a/include/linux/skbuff.h > > >>>> +++ b/include/linux/skbuff.h > > >>>> @@ -605,7 +605,8 @@ struct sk_buff { > > >>>> __u8 ipvs_property:1; > > >>>> __u8 inner_protocol_type:1; > > >>>> __u8 remcsum_offload:1; > > >>>> - /* 3 or 5 bit hole */ > > >>>> + __u8 ufo_fragid_set:1; > > >>> [...] > > >>> > > >>> Doesn't the flag belong in struct skb_shared_info, rather than struct > > >>> sk_buff? Otherwise...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...t; --- a/include/linux/skbuff.h > > >>>> +++ b/include/linux/skbuff.h > > >>>> @@ -605,7 +605,8 @@ struct sk_buff { > > >>>> __u8 ipvs_property:1; > > >>>> __u8 inner_protocol_type:1; > > >>>> __u8 remcsum_offload:1; > > >>>> - /* 3 or 5 bit hole */ > > >>>> + __u8 ufo_fragid_set:1; > > >>> [...] > > >>> > > >>> Doesn't the flag belong in struct skb_shared_info, rather than struct > > >>> sk_buff? Otherwise...
2015 Jan 28
7
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...++ b/include/linux/skbuff.h > > > > > >>>> @@ -605,7 +605,8 @@ struct sk_buff { > > > > > >>>> __u8 ipvs_property:1; > > > > > >>>> __u8 inner_protocol_type:1; > > > > > >>>> __u8 remcsum_offload:1; > > > > > >>>> - /* 3 or 5 bit hole */ > > > > > >>>> + __u8 ufo_fragid_set:1; > > > > > >>> [...] > > > > > >>> > > > > > >>> Doesn't the flag belong in struct skb...
2015 Jan 28
7
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...++ b/include/linux/skbuff.h > > > > > >>>> @@ -605,7 +605,8 @@ struct sk_buff { > > > > > >>>> __u8 ipvs_property:1; > > > > > >>>> __u8 inner_protocol_type:1; > > > > > >>>> __u8 remcsum_offload:1; > > > > > >>>> - /* 3 or 5 bit hole */ > > > > > >>>> + __u8 ufo_fragid_set:1; > > > > > >>> [...] > > > > > >>> > > > > > >>> Doesn't the flag belong in struct skb...
2015 Jan 26
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...les changed, 23 insertions(+), 5 deletions(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 85ab7d7..3ad5203 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -605,7 +605,8 @@ struct sk_buff { __u8 ipvs_property:1; __u8 inner_protocol_type:1; __u8 remcsum_offload:1; - /* 3 or 5 bit hole */ + __u8 ufo_fragid_set:1; + /* 2 or 4 bit hole */ #ifdef CONFIG_NET_SCHED __u16 tc_index; /* traffic control index */ diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 4292929..ca6137b 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -671,7 +67...
2015 Jan 26
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...les changed, 23 insertions(+), 5 deletions(-) diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 85ab7d7..3ad5203 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -605,7 +605,8 @@ struct sk_buff { __u8 ipvs_property:1; __u8 inner_protocol_type:1; __u8 remcsum_offload:1; - /* 3 or 5 bit hole */ + __u8 ufo_fragid_set:1; + /* 2 or 4 bit hole */ #ifdef CONFIG_NET_SCHED __u16 tc_index; /* traffic control index */ diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 4292929..ca6137b 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -671,7 +67...
2015 Jan 28
2
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...ux/skbuff.h > >>>>>>>>>> @@ -605,7 +605,8 @@ struct sk_buff { > >>>>>>>>>> __u8 ipvs_property:1; > >>>>>>>>>> __u8 inner_protocol_type:1; > >>>>>>>>>> __u8 remcsum_offload:1; > >>>>>>>>>> - /* 3 or 5 bit hole */ > >>>>>>>>>> + __u8 ufo_fragid_set:1; > >>>>>>>>> [...] > >>>>>>>>> > >>>>>>>>> Doesn't the flag...
2015 Jan 28
2
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...ux/skbuff.h > >>>>>>>>>> @@ -605,7 +605,8 @@ struct sk_buff { > >>>>>>>>>> __u8 ipvs_property:1; > >>>>>>>>>> __u8 inner_protocol_type:1; > >>>>>>>>>> __u8 remcsum_offload:1; > >>>>>>>>>> - /* 3 or 5 bit hole */ > >>>>>>>>>> + __u8 ufo_fragid_set:1; > >>>>>>>>> [...] > >>>>>>>>> > >>>>>>>>> Doesn't the flag...