search for: ipvs_property

Displaying 20 results from an estimated 39 matches for "ipvs_property".

2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...0 +++++++++- > 5 files 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; [...] 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 bru...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...0 +++++++++- > 5 files 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; [...] 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 bru...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...gt; > > > > > 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_b...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...gt; > > > > > 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_b...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...--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...
2015 Jan 27
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...--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...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...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; > [...] > > Doesn't the flag belong in struct skb_shared_info, rather than struct > sk_buff? Otherwise this looks fine. > &...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...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; > [...] > > Doesn't the flag belong in struct skb_shared_info, rather than struct > sk_buff? Otherwise this looks fine. > &...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...t; >>>> 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 struc...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...t; >>>> 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 struc...
2015 Jan 28
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...uff.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; > > > >>> [...] > > > >>...
2015 Jan 28
3
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...uff.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; > > > >>> [...] > > > >>...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...uff.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; > > >>> [...] > > >>> > > >>> Do...
2015 Jan 27
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...uff.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; > > >>> [...] > > >>> > > >>> Do...
2015 Jan 28
7
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...dex 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; > > > &g...
2015 Jan 28
7
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...dex 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; > > > &g...
2015 Jan 26
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...9 ++++++++- net/ipv6/udp_offload.c | 10 +++++++++- 5 files 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 ---...
2015 Jan 26
0
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...9 ++++++++- net/ipv6/udp_offload.c | 10 +++++++++- 5 files 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 ---...
2015 Jan 28
2
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...5203 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; &...
2015 Jan 28
2
[PATCH 1/3] ipv6: Select fragment id during UFO/GSO segmentation if not set.
...5203 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; &...