[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <51C80886.9000307@redhat.com>
Date: Mon, 24 Jun 2013 10:51:18 +0200
From: Daniel Borkmann <dborkman@...hat.com>
To: Eric Dumazet <eric.dumazet@...il.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 06/24/2013 10:41 AM, Eric Dumazet wrote:
> 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.
Ok, I can do this today.
Thanks,
Daniel
--
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