From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] net:bonding: fix free_queues function when no queues exist Date: Wed, 04 Nov 2015 23:47:57 +0100 Message-ID: <5337910.17dBQO210l@xps13> References: <1445518516-15630-1-git-send-email-yaacovh@mellanox.com> <1445843277-10934-1-git-send-email-yaacovh@mellanox.com> <5632485F.8070104@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Yaacov Hazan , Raslsn Darawsheh Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id 16FC98D9E for ; Wed, 4 Nov 2015 23:49:11 +0100 (CET) Received: by wmll128 with SMTP id l128so126761080wml.0 for ; Wed, 04 Nov 2015 14:49:10 -0800 (PST) In-Reply-To: <5632485F.8070104@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" > > In case of creating bond device without add any slaves and > > quit from testpmd, application crashed since rx/tx queues > > are NULL. > > > > add checking of this paramters before trying to free. > > > > Signed-off-by: Raslsn Darawsheh > > Signed-off-by: Yaacov Hazan > > Acked-by: Declan Doherty Applied, thanks