Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751697AbdIUFJ3 (ORCPT ); Thu, 21 Sep 2017 01:09:29 -0400 Received: from mail-io0-f195.google.com ([209.85.223.195]:35819 "EHLO mail-io0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751649AbdIUFJ1 (ORCPT ); Thu, 21 Sep 2017 01:09:27 -0400 X-Google-Smtp-Source: AOwi7QBKqyUvmP5nn8qrOjYC9c8A73JP7u29JBrytIhv+dREUHR4bv0Bd74nEEIbD1F/mt0WOm39bA== Subject: Re: [PATCH net-next] net: dsa: add port fdb dump To: Vivien Didelot , netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Andrew Lunn References: <20170920233214.6936-1-vivien.didelot@savoirfairelinux.com> From: Florian Fainelli Message-ID: Date: Wed, 20 Sep 2017 22:09:24 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170920233214.6936-1-vivien.didelot@savoirfairelinux.com> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 347 Lines: 12 On 09/20/2017 04:32 PM, Vivien Didelot wrote: > Dumping a DSA port's FDB entries is not specific to a DSA slave, so add > a dsa_port_fdb_dump function, similarly to dsa_port_fdb_add and > dsa_port_fdb_del. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian