Re: [dpdk-dev] [PATCH v2 1/5] eal: use unsigned int in rte_lcore.h functions

2019-05-03 Thread David Marchand
On Wed, Apr 10, 2019 at 7:16 PM Stephen Hemminger < step...@networkplumber.org> wrote: > Purely cosmetic change, use unsigned int instead of unsigned alone. > > Signed-off-by: Stephen Hemminger > --- > lib/librte_eal/common/include/rte_lcore.h | 12 ++-- > 1 file changed, 6 insertions(+)

[dpdk-dev] [PATCH v2 1/5] eal: use unsigned int in rte_lcore.h functions

2019-04-10 Thread Stephen Hemminger
Purely cosmetic change, use unsigned int instead of unsigned alone. Signed-off-by: Stephen Hemminger --- lib/librte_eal/common/include/rte_lcore.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/librte_eal/common/include/rte_lcore.h b/lib/librte_eal/common/i