From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net 0/7] net: ip6_gre: Fixes in headroom handling Date: Thu, 17 May 2018 17:18:16 -0400 (EDT) Message-ID: <20180517.171816.2160600204640507047.davem@davemloft.net> References: <20180517.164208.574367250425398030.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org, u9012063@gmail.com, xeb@mail.ru To: petrm@mellanox.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:35558 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750924AbeEQVSS (ORCPT ); Thu, 17 May 2018 17:18:18 -0400 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: Petr Machata Date: Fri, 18 May 2018 00:03:58 +0300 > David Miller writes: > >> Series applied, thank you. > > Hi David, I forgot to add Fixes lines to the individual patches. I > replied to the e-mails with those. Let me know if you want me to send a > v2 with that and the Acked-by's. When something is already in my tree, it can't be changed as it is committed to the permanent record of my GIT tree and I cannot rebase since so many people clone my tree. Luckily for you, your Fixes: tags went out before I pushed, so I could actually fix up the commit messages and add the tags. >> Those reproducable test cases in the various commit messages are >> pretty awesome. Could you please extract them and put them somewhere >> appropriate under selftests? > > The ip6gretap one is covered by the mirror_gre test if you run it > with veth devices instead of HW ports, but I can make it self-contained > if you think that would be better. > > I'll add the erspan one. Thank you.