[dpdk-dev] [PATCH v3] net/nfb: new netcope driver

Stephen Hemminger stephen at networkplumber.org
Fri Mar 1 19:47:29 CET 2019


On Fri,  1 Mar 2019 15:37:34 +0100
Rastislav Cernay <cernay at netcope.com> wrote:

> +/**
> + * Default MAC addr
> + */
> +static struct ether_addr eth_addr = {
> +	.addr_bytes = { 0x00, 0x11, 0x17, 0x00, 0x00, 0x00 }

You might want to consider using a random ethernet address.
What does the device do on Linux?


More information about the dev mailing list