12/05/2018 03:59, Andy Green: > /projects/lagopus/src/dpdk/build/include/rte_lcore.h: > In function 'rte_lcore_index': > /projects/lagopus/src/dpdk/build/include/rte_lcore.h:122:14: > warning: conversion to 'int' from 'unsigned int' may change > the sign of the result [-Wsign-conversion] > lcore_id = rte_lcore_id();
Fixes: 5583037a7950 ("eal: get relative core index") Cc: sta...@dpdk.org > Signed-off-by: Andy Green <a...@warmcat.com> Applied, thanks