Re: [PATCH RFC 11/12] net: Remove all references to SKB_GSO_UDP.

2017-07-07 Thread David Miller
From: Willem de Bruijn Date: Thu, 6 Jul 2017 13:57:20 -0400 > On Thu, Jul 6, 2017 at 10:43 AM, David Miller wrote: >> From: Willem de Bruijn >> Date: Wed, 5 Jul 2017 12:27:11 -0400 >> > --- a/net/ipv4/udp_offload.c > +++ b/net/ipv4/udp_offload.c > @@ -21,7 +21,7 @@ static struct sk_

Re: [PATCH RFC 11/12] net: Remove all references to SKB_GSO_UDP.

2017-07-06 Thread Willem de Bruijn
On Thu, Jul 6, 2017 at 10:43 AM, David Miller wrote: > From: Willem de Bruijn > Date: Wed, 5 Jul 2017 12:27:11 -0400 > --- a/net/ipv4/udp_offload.c +++ b/net/ipv4/udp_offload.c @@ -21,7 +21,7 @@ static struct sk_buff *__skb_udp_tunnel_segment(struct sk_buff *skb,

Re: [PATCH RFC 11/12] net: Remove all references to SKB_GSO_UDP.

2017-07-06 Thread David Miller
From: Willem de Bruijn Date: Wed, 5 Jul 2017 12:27:11 -0400 >>> --- a/net/ipv4/udp_offload.c >>> +++ b/net/ipv4/udp_offload.c >>> @@ -21,7 +21,7 @@ static struct sk_buff *__skb_udp_tunnel_segment(struct >>> sk_buff *skb, >>> __be16 new_protocol, bool is_ipv6) >> >> In this file, can now

Re: [PATCH RFC 11/12] net: Remove all references to SKB_GSO_UDP.

2017-07-06 Thread David Miller
From: Willem de Bruijn Date: Wed, 5 Jul 2017 13:21:02 -0400 > On Wed, Jul 5, 2017 at 12:06 PM, Willem de Bruijn > wrote: >>> diff --git a/include/linux/virtio_net.h b/include/linux/virtio_net.h >>> index 5209b5e..32fb046 100644 >>> --- a/include/linux/virtio_net.h >>> +++ b/include/linux/virtio_

Re: [PATCH RFC 11/12] net: Remove all references to SKB_GSO_UDP.

2017-07-05 Thread Willem de Bruijn
On Wed, Jul 5, 2017 at 12:06 PM, Willem de Bruijn wrote: >> diff --git a/include/linux/virtio_net.h b/include/linux/virtio_net.h >> index 5209b5e..32fb046 100644 >> --- a/include/linux/virtio_net.h >> +++ b/include/linux/virtio_net.h >> @@ -18,9 +18,6 @@ static inline int virtio_net_hdr_to_skb(str

Re: [PATCH RFC 11/12] net: Remove all references to SKB_GSO_UDP.

2017-07-05 Thread Willem de Bruijn
>> --- a/net/ipv4/udp_offload.c >> +++ b/net/ipv4/udp_offload.c >> @@ -21,7 +21,7 @@ static struct sk_buff *__skb_udp_tunnel_segment(struct >> sk_buff *skb, >> __be16 new_protocol, bool is_ipv6) > > In this file, can now remove all of udp4_ufo_fragment, and > udp6_ufo_fragment in net/ipv6.

Re: [PATCH RFC 11/12] net: Remove all references to SKB_GSO_UDP.

2017-07-05 Thread Willem de Bruijn
> diff --git a/include/linux/virtio_net.h b/include/linux/virtio_net.h > index 5209b5e..32fb046 100644 > --- a/include/linux/virtio_net.h > +++ b/include/linux/virtio_net.h > @@ -18,9 +18,6 @@ static inline int virtio_net_hdr_to_skb(struct sk_buff *skb, > case VIRTIO_NET_HDR_GSO_TCP

[PATCH RFC 11/12] net: Remove all references to SKB_GSO_UDP.

2017-07-05 Thread David Miller
Such packets are no longer possible. Signed-off-by: David S. Miller --- include/linux/virtio_net.h | 5 - net/core/filter.c | 8 net/ipv4/af_inet.c | 12 ++-- net/ipv4/gre_offload.c | 14 +- net/ipv4/udp_offload.c | 6 ++ net/open