[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACzMAJKc=W-M6qrDqRXSNSqKhJJ2wO_TWQB2Ym0+7LhfdN4dhg@mail.gmail.com>
Date: Mon, 15 Sep 2014 11:41:55 -0700
From: Andy Zhou <azhou@...ira.com>
To: Or Gerlitz <gerlitz.or@...il.com>
Cc: David Miller <davem@...emloft.net>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: Re: [net-next v7 0/4] Refactor vxlan and l2tp to use common UDP
tunnel APIs
O.K. I will add Vn-1 -> Vn change tracking on the next patch. The
cover letter has the same text as V5. Sorry for dropping them.
On Mon, Sep 15, 2014 at 5:54 AM, Or Gerlitz <gerlitz.or@...il.com> wrote:
> On Mon, Sep 15, 2014 at 1:34 PM, Andy Zhou <azhou@...ira.com> wrote:
>
> Hi Andy,
>
> It's a bit hard to track/review a series with empty cover letter and
> no Vn-1 --> Vn change tracking... can you please
> add it? no need to re-spin V8 just for that, you can reply here. BTW
> You did had non-empty cover letter in V5
>
> Or.
>
>> Andy Zhou (4):
>> udp_tunnel: Seperate ipv6 functions into its own file.
>> udp-tunnel: Expand UDP tunnel APIs
>> vxlan: Refactor vxlan driver to make use of the common UDP tunnel
>> functions.
>> l2tp: Refactor l2tp core driver to make use of the common UDP tunnel
>> functions
>>
>> drivers/net/vxlan.c | 105 ++++++++--------------------------
>> include/net/udp_tunnel.h | 83 ++++++++++++++++++++++++++-
>> net/ipv4/udp_tunnel.c | 138 ++++++++++++++++++++++++---------------------
>> net/ipv6/Makefile | 1 +
>> net/ipv6/ip6_udp_tunnel.c | 105 ++++++++++++++++++++++++++++++++++
>> net/l2tp/l2tp_core.c | 24 ++++----
>> 6 files changed, 292 insertions(+), 164 deletions(-)
>> create mode 100644 net/ipv6/ip6_udp_tunnel.c
>>
>> --
>> 1.7.9.5
>>
>> --
>> 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
--
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