From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965079AbdEVTkC (ORCPT ); Mon, 22 May 2017 15:40:02 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:35345 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751644AbdEVTj6 (ORCPT ); Mon, 22 May 2017 15:39:58 -0400 Subject: Re: [PATCH net-next 19/20] net: dsa: add MDB notifier To: Vivien Didelot , netdev@vger.kernel.org Cc: linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com, "David S. Miller" , Andrew Lunn References: <20170519210055.9366-1-vivien.didelot@savoirfairelinux.com> <20170519210055.9366-20-vivien.didelot@savoirfairelinux.com> From: Florian Fainelli Message-ID: <461d99be-b284-d092-dd8b-2de81838c82d@gmail.com> Date: Mon, 22 May 2017 12:39:55 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170519210055.9366-20-vivien.didelot@savoirfairelinux.com> Content-Type: text/plain; charset=utf-8 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 On 05/19/2017 02:00 PM, Vivien Didelot wrote: > Add two new DSA_NOTIFIER_MDB_ADD and DSA_NOTIFIER_MDB_DEL events to > notify not only a single switch, but all switches of a the fabric when > an MDB entry is added or removed. > > For the moment, keep the current behavior and ignore other switches. > > Signed-off-by: Vivien Didelot Reviewed-by: Florian Fainelli -- Florian