[dpdk-dev] [PATCH] lib/librte_kni: fix the type for mac address
Thomas Monjalon
thomas at monjalon.net
Fri Apr 5 01:27:35 CEST 2019
24/01/2019 04:53, Jie Pan:
> The type for mac address in struct rte_kni_conf should be unsigned.
>
> Signed-off-by: Jie Pan <panjie5 at jd.com>
> ---
> lib/librte_kni/rte_kni.h | 2 +-
> - char mac_addr[ETHER_ADDR_LEN]; /* MAC address assigned to KNI */
> + uint8_t mac_addr[ETHER_ADDR_LEN]; /* MAC address assigned to KNI */
Ferruh, it seems this patch is lacking a review.
More information about the dev
mailing list