From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bsdapp: replace d_thread_t with struct thread in nic_uio Date: Fri, 16 Jan 2015 14:52:43 +0100 Message-ID: <6236287.UFDE4Dgz0q@xps13> References: <1421411053-24061-1-git-send-email-bruce.richardson@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Bruce Richardson Return-path: In-Reply-To: <1421411053-24061-1-git-send-email-bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-01-16 12:24, Bruce Richardson: > Reported by: John Baldwin > 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 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