[dpdk-dev] [PATCH] lib/librte_kni: fix the type for mac address

2019-01-23 Thread Jie Pan
The type for mac address in struct rte_kni_conf should be unsigned. Signed-off-by: Jie Pan --- lib/librte_kni/rte_kni.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_kni/rte_kni.h b/lib/librte_kni/rte_kni.h index 02ca43b..d44496c 100644 --- a/lib/librte_kni

[dpdk-dev] [PATCH v2] kni: fix the type for MAC address

2019-04-09 Thread Jie Pan
The type for MAC address should be unsigned. Fixes: 1cfe212ed17a ("kni: support MAC address change") Cc: sta...@dpdk.org Signed-off-by: Jie Pan --- kernel/linux/kni/kni_misc.c | 2 +- lib/librte_eal/linux/eal/include/rte_kni_common.h | 2 +- lib/librte_kni

[dpdk-dev] [PATCH v2] kni: fix the type for MAC address

2019-04-10 Thread Jie Pan
The type for MAC address should be unsigned. Fixes: 1cfe212ed17a ("kni: support MAC address change") Cc: sta...@dpdk.org Signed-off-by: Jie Pan --- kernel/linux/kni/kni_misc.c | 2 +- lib/librte_eal/linux/eal/include/rte_kni_common.h | 2 +- lib/librte_kni