From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:33548 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751716AbeB0Twk (ORCPT ); Tue, 27 Feb 2018 14:52:40 -0500 Date: Tue, 27 Feb 2018 14:52:38 -0500 (EST) Message-Id: <20180227.145238.10919005903594660.davem@davemloft.net> To: jiri@resnulli.us Cc: netdev@vger.kernel.org, petrm@mellanox.com, idosch@mellanox.com, mlxsw@mellanox.com, xeb@mail.ru, dsa@cumulusnetworks.com Subject: Re: [patch net-next 00/15] mlxsw: Offloading encapsulated SPAN From: David Miller In-Reply-To: <20180227135349.11637-1-jiri@resnulli.us> References: <20180227135349.11637-1-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Jiri Pirko Date: Tue, 27 Feb 2018 14:53:34 +0100 > From: Jiri Pirko > > Petr says: > > This patch series introduces support for mirroring with GRE > encapsulation. It offloads tc action mirred mirror from a mlxsw port to > either a gretap or an ip6gretap netdevice. Ok, series applied. People will have to be really careful when using those new device type detection helpers. It's adding another case where the feature has to be enabled and the modularity has to be the same as the referencing module.