From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:54448 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932087AbeCISEM (ORCPT ); Fri, 9 Mar 2018 13:04:12 -0500 Date: Fri, 09 Mar 2018 13:04:11 -0500 (EST) Message-Id: <20180309.130411.1796304684682305698.davem@davemloft.net> To: u9012063@gmail.com Cc: netdev@vger.kernel.org Subject: Re: [PATCH net 0/3] a couple of erspan fixes From: David Miller In-Reply-To: <1520609682-101077-1-git-send-email-u9012063@gmail.com> References: <1520609682-101077-1-git-send-email-u9012063@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: William Tu Date: Fri, 9 Mar 2018 07:34:39 -0800 > The series fixes a couple of erspan issues. > The first patch adds the erspan v2 proto type to the ip6 tunnel lookup. > The second patch improves the error handling when users screws the > version number in metadata. The final patch makes sure the skb has > enough headroom for pushing erspan header when xmit. Series applied, thanks William.