From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=pX3O+WDm2wHvJh5xQi82EeIgEUJowAoISIx+a9OrKGs=; b=WAX+77b4ukDVcHo1X9hWrwztura3H2ZwyR6bQONX4vlQjUKCCliatbBFQFuMjLFEVu hbwuRnaS8XurZdDYFxvNd7rF8YApM7GdAVxtR8mhxEwcBUGg+VsOkg28g01hvkJ8vvZD oZeCJ5l8sQvhg218yBurl/mf0hPemripIly9LiNFOR9dE1QyL3O2zNsuPmywnFstOxTI o0/02USMI95Qr53A+FFw3Rv3sGxY3r6xjkPCCSk6xocIzccfNNTv9eJKed60Vyw2GMrO YrihyO1y0fq8VZwn+oqohjZlwklUCsMFQMgceyKFtWCyaSAmVE6f19UQ//x3PzhMm8W8 WUjA== X-Gm-Message-State: ALoCoQkvtx4UppZ29q7XwXrHZIolF05TBBuTJ6WiNfrCfZVxRukABHor5iPwk60qlthFF6VqPzt3 X-Received: by 10.180.149.146 with SMTP id ua18mr16912654wib.29.1435530832953; Sun, 28 Jun 2015 15:33:52 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ex8sm4344276wjc.34.2015.06.28.15.33.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 28 Jun 2015 15:33:52 -0700 (PDT) From: Thomas Monjalon To: Jan Blunck Date: Mon, 29 Jun 2015 00:32:44 +0200 Message-ID: <2580724.KPQknDe4u3@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <345C63BAECC1AD42A2EC8C63AFFC3ADC27F26409@irsmsx105.ger.corp.intel.com> References: <1435179683-10180-1-git-send-email-jblunck@infradead.org> <345C63BAECC1AD42A2EC8C63AFFC3ADC27F26409@irsmsx105.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] Make bond_ethdev_stop iterate only over active slaves X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2015 22:33:53 -0000 > > 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