From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com
 [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 944545A90
 for <dev@dpdk.org>; Fri, 16 Jan 2015 16:08:29 +0100 (CET)
Received: by mail-wi0-f180.google.com with SMTP id bs8so4451940wib.1
 for <dev@dpdk.org>; Fri, 16 Jan 2015 07:08:29 -0800 (PST)
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=HIKki6B+cbuyR2guaLrjIaEfpnYprPf/Lb260UkLVR0=;
 b=A6MYerL/xKp/BrdFMzXZpzN4PebCxTzkAgXY5Hvn1pNCbWECnO6IDSOIMobwfI1Hb/
 YVjfSq8Dbb9xkzhwFnhy3HfyPHHsHoHFGJNNkH3LZ6NCN5O6wdf161c//6j/ijmYn7Do
 +MbJTG2lggRaNjGVOBIXuKvr7LO+V8EHdoQbP+VW7+St1wVkOvoeRt6Ol4IYUERNGwD6
 n3jhTHMAo6D7XGIwdQ7Jkcdt5AxzdtBE12f2ILuxR6uMI2C1H+IOg+nawOMiufeitOE0
 9DORbfsyz74OhWjeUdM17Org653NmhZB+CfrZZP1ONPfk2XBPQLL5+J7x9eV9DYK/jV1
 jO2Q==
X-Gm-Message-State: ALoCoQnoAvNUJHJRRypIC19soJCf4cuyJPx0WNA1rW1k18sZOBV4UdCXRv3+WRQeNNp28+2wxpkO
X-Received: by 10.195.12.15 with SMTP id em15mr30547451wjd.80.1421420909350;
 Fri, 16 Jan 2015 07:08:29 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id o2sm3363418wiy.11.2015.01.16.07.08.28
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Fri, 16 Jan 2015 07:08:28 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Bruce Richardson <bruce.richardson@intel.com>
Date: Fri, 16 Jan 2015 14:52:43 +0100
Message-ID: <6236287.UFDE4Dgz0q@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.3 (Linux/3.17.6-1-ARCH; KDE/4.14.3; x86_64; ; )
In-Reply-To: <1421411053-24061-1-git-send-email-bruce.richardson@intel.com>
References: <1421411053-24061-1-git-send-email-bruce.richardson@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] bsdapp: replace d_thread_t with struct
	thread in nic_uio
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 16 Jan 2015 15:08:29 -0000

2015-01-16 12:24, Bruce Richardson:
> Reported by: John Baldwin <jhb@FreeBSD.org>
> Ref: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196691
> 
> Quote:
> "The d_thread_t typedef is a compat shim to support FreeBSD 4.x.  I'm planning to remove this shim from 11 and dpdk is very unlikely to ever be ported to 4.x.
>  If it does it will need far more changes than just d_thread_t"
> 
> Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>

Applied
http://dpdk.org/browse/dpdk/commit/?id=01e66999

Note that the definitive title starts with nic_uio and describe the goal
of the patch. I use this kind of command to remember which keyword must be used:
	git log --oneline lib/librte_eal/bsdapp/nic_uio
I also try to keep a consistent formatting for keywords like Reported-by.

Thanks
-- 
Thomas