On Mon, 19 Apr 2021 21:34:46 +0800 "Min Hu (Connor)" <humi...@huawei.com> wrote:
> From: HongBo Zheng <zhenghong...@huawei.com> > > Return value of a function 'rte_eth_macaddr_get' called at > l3fwd_eth_dev_port_setup is not checked, but it is usually > checked for this function. > > This patch fix this problem. > > Fixes: a65bf3d724df ("examples/l3fwd: add ethdev setup based on eventdev") > Cc: sta...@dpdk.org > > Signed-off-by: HongBo Zheng <zhenghong...@huawei.com> > Signed-off-by: Min Hu (Connor) <humi...@huawei.com> This looks correct, but only a buggy driver would never set macaddr. Acked-by: Stephen Hemminger <step...@networkplumber.org>