Re: [dpdk-dev] [PATCH v2 17/19] eal: add missing include to mcslock

2021-01-15 Thread Honnappa Nagarahalli
> > Include 'rte_branch_prediction.h' to get the likely/unlikely macro > definitions. > > Fixes: 2173fb61 ("mcslock: add MCS queued lock implementation") > Cc: sta...@dpdk.org > > Signed-off-by: Bruce Richardson Reviewed-by: Honnappa Nagarahalli > --- > lib/librte_eal/include/generic

[dpdk-dev] [PATCH v2 17/19] eal: add missing include to mcslock

2021-01-15 Thread Bruce Richardson
Include 'rte_branch_prediction.h' to get the likely/unlikely macro definitions. Fixes: 2173fb61 ("mcslock: add MCS queued lock implementation") Cc: sta...@dpdk.org Signed-off-by: Bruce Richardson --- lib/librte_eal/include/generic/rte_mcslock.h | 1 + 1 file changed, 1 insertion(+) diff --