[RFC v3 01/11] net/idpf/base: introduce base code

Stephen Hemminger stephen at networkplumber.org
Wed May 18 17:26:24 CEST 2022


On Wed, 18 May 2022 16:25:21 +0800
Junfeng Guo <junfeng.guo at 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.


More information about the dev mailing list