From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id E1AC01B2C7 for ; Tue, 13 Feb 2018 21:58:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2018 12:58:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,509,1511856000"; d="scan'208";a="17405776" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga007.jf.intel.com with ESMTP; 13 Feb 2018 12:58:12 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.9]) by irsmsx110.ger.corp.intel.com ([169.254.15.15]) with mapi id 14.03.0319.002; Tue, 13 Feb 2018 20:58:11 +0000 From: "De Lara Guarch, Pablo" To: Thomas Monjalon , Matan Azrad CC: "dev@dpdk.org" , =?iso-8859-1?Q?Ga=EBtan_Rivet?= Thread-Topic: [dpdk-dev] [PATCH v7 0/3] failsafe: fix hotplug races Thread-Index: AQHTpENkvG0sZ95PjUuTHKGiPvwDsKOiVXwAgAAs0QCAAE6TsA== Date: Tue, 13 Feb 2018 20:58:11 +0000 Message-ID: References: <1518369872-12324-1-git-send-email-matan@mellanox.com> <1518468702-16719-1-git-send-email-matan@mellanox.com> <20180213133152.gmz35ovsbkrrkkef@bidouze.vm.6wind.com> <3095675.L7ouegUbFy@xps> In-Reply-To: <3095675.L7ouegUbFy@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2ZmZTQ2NTgtNTlhMi00OWU1LThiZGYtYzNmZTIzMGEyNDU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImYwSkExQzAwK3ZnUjdOSlhPZGV4TnFtdDFtMWFTQmlJYXE0SHBsdUFIV0U9In0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v7 0/3] failsafe: fix hotplug races 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: Tue, 13 Feb 2018 20:58:17 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, February 13, 2018 4:12 PM > To: Matan Azrad > Cc: dev@dpdk.org; Ga=EBtan Rivet > Subject: Re: [dpdk-dev] [PATCH v7 0/3] failsafe: fix hotplug races >=20 > 13/02/2018 14:31, Ga=EBtan Rivet: > > Hi Matan, > > > > On Mon, Feb 12, 2018 at 08:51:39PM +0000, Matan Azrad wrote: > > > This series fixes failsafe race between control commands to the > asynchronic plug-out\in processes. > > > > > > > Thanks for tackling this complicated issue. > > For the series: > > > > Acked-by: Gaetan Rivet >=20 > Applied, thanks There is a compilation error due to this patch on FreeBSD: drivers/net/failsafe/failsafe_private.h:377:53: error: format specifies type 'unsigned long' but the argument has type 'pthread_t' (aka 'struct pth= read *') [-Werror,-Wformat] DEBUG("Hot-plug mutex was locked by thread %lu%s", pthread_self(), I am not sure how to print a pthread_t, so I can just report the issue. Thanks, Pablo