From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 2F2151BA30 for ; Wed, 25 Oct 2017 23:56:21 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 25 Oct 2017 14:56:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,433,1503385200"; d="scan'208";a="167626804" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.45]) ([10.241.225.45]) by fmsmga006.fm.intel.com with ESMTP; 25 Oct 2017 14:56:20 -0700 To: Nelio Laranjeiro , dev@dpdk.org Cc: Yongseok Koh , Adrien Mazarguil , Shahaf Shuler References: <085e95741dd064e931ba75b4c54d8a64f81b5009.1508940093.git.nelio.laranjeiro@6wind.com> From: Ferruh Yigit Message-ID: Date: Wed, 25 Oct 2017 14:56:19 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <085e95741dd064e931ba75b4c54d8a64f81b5009.1508940093.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix device stop with multiple regions X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 21:56:22 -0000 On 10/25/2017 7:04 AM, Nelio Laranjeiro wrote: > LIST macro are not safe when inside a LIST_FOREACH() a LIST_REMOVE() is > called to remove an entry, this behavior is undefined causing some entries > to disappear from the list. > > Fixes: 6e78005a9b30 ("net/mlx5: add reference counter on DPDK Tx queues") > > Signed-off-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.