[dpdk-dev] [PATCH v2 0/3] PMD ring MAC management, fix initialization, link up/down

2015-01-19 Thread Tomasz Kulasek
Patch split into smaller parts to separate features from previous version. Tomasz Kulasek (3): PMD Ring - Add link up/down functions PMD Ring - Add MAC addr add/remove functions PMD Ring - Fix for per device management lib/librte_pmd_ring/rte_eth_ring.c | 62

[dpdk-dev] [PATCH] librte_eal: Add fscanf return value test

2015-01-16 Thread Tomasz Kulasek
The lack of result checking of fscanf function, brakes compilation for default "-Werror=unused-result" flag. Signed-off-by: Tomasz Kulasek --- lib/librte_eal/linuxapp/eal/eal.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/ea

<    1   2   3