On Wed, 18 May 2022 16:25:21 +0800 Junfeng Guo <junfeng....@intel.com> wrote:
> + /* TODO hardcode a mac addr for now */ > + hw->mac.addr[0] = 0x00; > + hw->mac.addr[1] = 0x00; > + hw->mac.addr[2] = 0x00; > + hw->mac.addr[3] = 0x00; > + hw->mac.addr[4] = 0x03; > + hw->mac.addr[5] = 0x14; DPDK has ability to assign random ether address, please use that.