Hi, > -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, February 13, 2018 4:12 PM > To: Matan Azrad <ma...@mellanox.com> > Cc: dev@dpdk.org; Gaëtan Rivet <gaetan.ri...@6wind.com> > Subject: Re: [dpdk-dev] [PATCH v7 0/3] failsafe: fix hotplug races > > 13/02/2018 14:31, Gaëtan 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 <gaetan.ri...@6wind.com> > > 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 pthread *') [-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