From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] Make bond_ethdev_stop iterate only over active slaves Date: Mon, 29 Jun 2015 00:32:44 +0200 Message-ID: <2580724.KPQknDe4u3@xps13> References: <1435179683-10180-1-git-send-email-jblunck@infradead.org> <345C63BAECC1AD42A2EC8C63AFFC3ADC27F26409@irsmsx105.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jan Blunck Return-path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 2243FC526 for ; Mon, 29 Jun 2015 00:33:53 +0200 (CEST) Received: by wiga1 with SMTP id a1so56451691wig.0 for ; Sun, 28 Jun 2015 15:33:53 -0700 (PDT) In-Reply-To: <345C63BAECC1AD42A2EC8C63AFFC3ADC27F26409@irsmsx105.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > When stopping the bond device we don't need to try and free up the LACPDU's > > from deactivated devices since this is covered by > > bond_mode_8023ad_deactivate_slave(). > > > > This fixes the following: > > [ 0.100569] PANIC in bond_ethdev_stop(): > > [ 0.100589] line 1172 assert "port->rx_ring != NULL" failed > > > > Signed-off-by: Jan Blunck > > Acked-by : Declan Doherty Applied, thanks