Re: [dpdk-dev] [PATCH 4/5] net/bnxt: check if MAC address is all zeros

2018-01-22 Thread Ferruh Yigit
On 1/22/2018 6:20 AM, Ajit Khaparde wrote: > In certain cases the MAC address of a port could be all zeros. > Catch it early, log a message and fail the initiaization. > > Signed-off-by: Ajit Khaparde <...> > @@ -3247,6 +3247,16 @@ bnxt_dev_init(struct rte_eth_dev *eth_dev) > rc =

[dpdk-dev] [PATCH 4/5] net/bnxt: check if MAC address is all zeros

2018-01-21 Thread Ajit Khaparde
In certain cases the MAC address of a port could be all zeros. Catch it early, log a message and fail the initiaization. Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt_ethdev.c | 10 ++ drivers/net/bnxt/bnxt_filter.c | 2 +- drivers/net/bnxt/bnxt_filter.h | 1 + 3 files changed