From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cumulusnetworks.com; s=google; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=ZSaZp5GdJ3BgyUxpOqAa58ZquGpDHfcblrb0Wiwd/do=; b=OJ90aSruKkwZtDgBRgAXOuE6uwK+iDhHfJvl2A+oHFPBj5289W0UyoriOV0MhnnojI RmVlFvc3qi9DOqWDN0yxBFe6jemA4l5zkvVkPJWfVLNiduK9SCQzPAZIicwhkSnUzLEi xf61tjCVDUgL2dyQ3Bwj+Wh7xo9q71QEG1s8Q= Message-ID: <55AD5BA6.3050101@cumulusnetworks.com> Date: Mon, 20 Jul 2015 22:35:50 +0200 From: Nikolay Aleksandrov MIME-Version: 1.0 References: <1436969811-13237-1-git-send-email-nikolay@cumulusnetworks.com> <20150720.124939.1328394717828737521.davem@davemloft.net> In-Reply-To: <20150720.124939.1328394717828737521.davem@davemloft.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [PATCH net-next 0/2] bridge: multicast: temp and perm entries behaviour enhancements List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Miller Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, herbert@gondor.apana.org.au On 07/20/2015 09:49 PM, David Miller wrote: > From: Nikolay Aleksandrov > Date: Wed, 15 Jul 2015 07:16:49 -0700 > >> Hi, >> Patch 01 adds a notify when a group is deleted via br_multicast_del_pg() >> (on expire, on device delete or on device down). >> Patch 02 changes how bridge device and bridge port delete and down/up are >> handled. Until now on bridge down all groups were flushed, now only the >> temp ones are (same for port), perm entries are flushed only on port or >> bridge removal. > > Series applied, but if patch #2 breaks things for anyone depending upon the > old behavior of flushing all entries I will have to revert. > Okay, understood. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikolay Aleksandrov Subject: Re: [PATCH net-next 0/2] bridge: multicast: temp and perm entries behaviour enhancements Date: Mon, 20 Jul 2015 22:35:50 +0200 Message-ID: <55AD5BA6.3050101@cumulusnetworks.com> References: <1436969811-13237-1-git-send-email-nikolay@cumulusnetworks.com> <20150720.124939.1328394717828737521.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, bridge@lists.linux-foundation.org, herbert@gondor.apana.org.au, stephen@networkplumber.org, sashok@cumulusnetworks.com To: David Miller Return-path: Received: from mail-wi0-f180.google.com ([209.85.212.180]:37959 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752024AbbGTUfw (ORCPT ); Mon, 20 Jul 2015 16:35:52 -0400 Received: by wibxm9 with SMTP id xm9so37185744wib.1 for ; Mon, 20 Jul 2015 13:35:51 -0700 (PDT) In-Reply-To: <20150720.124939.1328394717828737521.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On 07/20/2015 09:49 PM, David Miller wrote: > From: Nikolay Aleksandrov > Date: Wed, 15 Jul 2015 07:16:49 -0700 > >> Hi, >> Patch 01 adds a notify when a group is deleted via br_multicast_del_pg() >> (on expire, on device delete or on device down). >> Patch 02 changes how bridge device and bridge port delete and down/up are >> handled. Until now on bridge down all groups were flushed, now only the >> temp ones are (same for port), perm entries are flushed only on port or >> bridge removal. > > Series applied, but if patch #2 breaks things for anyone depending upon the > old behavior of flushing all entries I will have to revert. > Okay, understood.