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 <panj...@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.