[dpdk-dev] [PATCH] eal: add missing include to debug header

2016-05-05 Thread Thomas Monjalon
2016-05-05 17:07, Ferruh Yigit: > On 5/5/2016 1:59 PM, Bruce Richardson wrote: > > On Wed, May 04, 2016 at 05:37:56PM +0100, Bruce Richardson wrote: > >> The header file rte_debug.h makes use of the "unlikely" macro which > >> means it should include the rte_branch_prediction.h header file. > >> >

[dpdk-dev] [PATCH] eal: add missing include to debug header

2016-05-05 Thread Ferruh Yigit
On 5/5/2016 1:59 PM, Bruce Richardson wrote: > On Wed, May 04, 2016 at 05:37:56PM +0100, Bruce Richardson wrote: >> The header file rte_debug.h makes use of the "unlikely" macro which >> means it should include the rte_branch_prediction.h header file. >> >> Fixes: 50705e8e3cdd ("eal: add assert mac

[dpdk-dev] [PATCH] eal: add missing include to debug header

2016-05-05 Thread Bruce Richardson
On Wed, May 04, 2016 at 05:37:56PM +0100, Bruce Richardson wrote: > The header file rte_debug.h makes use of the "unlikely" macro which > means it should include the rte_branch_prediction.h header file. > > Fixes: 50705e8e3cdd ("eal: add assert macro for debug") > > Signed-off-by: Bruce Richardso

[dpdk-dev] [PATCH] eal: add missing include to debug header

2016-05-04 Thread Bruce Richardson
The header file rte_debug.h makes use of the "unlikely" macro which means it should include the rte_branch_prediction.h header file. Fixes: 50705e8e3cdd ("eal: add assert macro for debug") Signed-off-by: Bruce Richardson --- lib/librte_eal/common/include/rte_debug.h | 1 + 1 file changed, 1 ins