From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v5 net-next 0/3] ip6_gre: add erspan native tunnel for ipv6 Date: Fri, 01 Dec 2017 15:37:45 -0500 (EST) Message-ID: <20171201.153745.1857374147069302148.davem@davemloft.net> References: <1512071489-5318-1-git-send-email-u9012063@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: u9012063@gmail.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:38754 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751031AbdLAUhr (ORCPT ); Fri, 1 Dec 2017 15:37:47 -0500 In-Reply-To: <1512071489-5318-1-git-send-email-u9012063@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: From: William Tu Date: Thu, 30 Nov 2017 11:51:26 -0800 > The patch series add support for ERSPAN tunnel over ipv6. The first patch > refectors the existing ipv4 gre implementation and the second refactors the > ipv6 gre's xmit code. Finally the last patch introduces erspan protocol. Series applied, thanks William.