[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1372063295.3301.52.camel@edumazet-glaptop>
Date: Mon, 24 Jun 2013 01:41:35 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Daniel Borkmann <dborkman@...hat.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org,
Pravin B Shelar <pshelar@...ira.com>
Subject: Re: [PATCH net-next] net: udp4: move GSO functions to udp_offload
On Sat, 2013-06-08 at 12:56 +0200, Daniel Borkmann wrote:
> Similarly to TCP offloading and UDPv6 offloading, move all related
> UDPv4 functions to udp_offload.c to make things more explicit. Also,
> by this, we can make those functions static.
>
> Signed-off-by: Daniel Borkmann <dborkman@...hat.com>
> ---
> include/net/udp.h | 7 ++--
> net/ipv4/Makefile | 2 +-
> net/ipv4/af_inet.c | 9 +----
> net/ipv4/udp.c | 75 +------------------------------------
> net/ipv4/udp_offload.c | 100 +++++++++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 108 insertions(+), 85 deletions(-)
> create mode 100644 net/ipv4/udp_offload.c
Daniel, the same could be done for GRE, ie moving GSO stuff into
net/ipv4/gre_offload.c
Tell me if you do not have the time to do this, I will handle it.
Thanks
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists