[dpdk-dev] [PATCH 04/16] net/axgbe: add structures for MAC initialization and reset

Ferruh Yigit ferruh.yigit at intel.com
Fri Dec 8 22:05:44 CET 2017


On 11/30/2017 5:11 AM, Ravi Kumar wrote:
> Signed-off-by: Ravi Kumar <Ravi1.kumar at amd.com>

<...>

> +
> +	eth_dev->data->mac_addrs = rte_zmalloc("axgbe_mac_addr",
> +					       ETHER_ADDR_LEN, 0);

Can you please add equivalent free() function for this in eth_axgbe_dev_uninit()?

<...>


More information about the dev mailing list