[dpdk-dev] [PATCH] bsdapp: replace d_thread_t with struct thread in nic_uio

2015-01-16 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] bsdapp: replace d_thread_t with struct thread in nic_uio

2015-01-16 Thread 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