From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED555C433EF for ; Thu, 7 Jul 2022 23:53:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236912AbiGGXxp (ORCPT ); Thu, 7 Jul 2022 19:53:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50704 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236449AbiGGXxo (ORCPT ); Thu, 7 Jul 2022 19:53:44 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B127B60690 for ; Thu, 7 Jul 2022 16:53:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4CB5760ECE for ; Thu, 7 Jul 2022 23:53:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 659D5C3411E; Thu, 7 Jul 2022 23:53:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657238022; bh=vQTJfcuAh9u0DytivO74B3essvVw2MBgYI+n8EZHcf4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=V3mgDyTNbGQgZ19weglkSRG6xPWmbKRz8qxVWzdlAOg69gaYIEFoIPQmelQABQInY p3FEPg5oJND084BUjybBSPHmUckFgdQrY8z7SL4SK70Ur++i15VJ4oXgHMxWwm229H vjojkDRNyuphgZAEEu9faDvymU5xqfpr9PjPYBPvvCxAKo1xgxTcaCQx1Z7r4GQb2G I8o+93FxRpqj9sFkJB/LRO7KcoKP5lJd89QjqcDNYyHi5PGvLf2oIxgVXry37X6iuO QzbBn4T28weqGIMrFyF0ANz4Ffeu5CYp0roYx+6Y7FyKxwlm73CZGgVXf51lFJH5AZ VEBsXQiZ4VQoA== Date: Thu, 7 Jul 2022 16:53:33 -0700 From: Jakub Kicinski To: Matthias May Cc: , , , , , Subject: Re: [PATCH net] ip_tunnel: allow to inherit from VLAN encapsulated IP frames Message-ID: <20220707165333.214e620d@kernel.org> In-Reply-To: <8d767cb6-e2ed-670e-3afc-48e5190623d4@westermo.com> References: <20220705145441.11992-1-matthias.may@westermo.com> <20220705182512.309f205e@kernel.org> <20220706131735.4d9f4562@kernel.org> <8d767cb6-e2ed-670e-3afc-48e5190623d4@westermo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Thu, 7 Jul 2022 13:57:11 +0200 Matthias May wrote: > Again as with the above about IPv6. > This seems to be kind of standalone. Should i integrate it into this > patch, or send as a separate? 4 separate patches in one series would be best, I think.