numam-dpdk/drivers/net/ena/base
Jan Medala 0e72dbf2d3 net/ena: fix freeing memory using correct API
Memory zones should be freed using the proper memzone_free function not
rte_free which is for malloc calls.
After allocating memzone it's required to zeroize memory in it, so do so
before storing the handle for later freeing.

Fixes: 9ba7981ec9 ("ena: add communication layer for DPDK")

Signed-off-by: Alexander Matushevsky <matua@amazon.com>
Signed-off-by: Jakub Palider <jpa@semihalf.com>
Signed-off-by: Jan Medala <jan@semihalf.com>
2016-07-08 15:23:01 +02:00
..
ena_defs net/ena: update ENA comms layer for latest FW 2016-07-08 15:19:25 +02:00
ena_com.c net/ena: make coherent memory allocation NUMA-aware 2016-07-08 15:19:40 +02:00
ena_com.h net/ena: update ENA comms layer for latest FW 2016-07-08 15:19:25 +02:00
ena_eth_com.c net/ena: update ENA comms layer for latest FW 2016-07-08 15:19:25 +02:00
ena_eth_com.h net/ena: update ENA comms layer for latest FW 2016-07-08 15:19:25 +02:00
ena_plat_dpdk.h net/ena: fix freeing memory using correct API 2016-07-08 15:23:01 +02:00
ena_plat.h ena: fix FreeBSD build 2016-03-30 19:22:17 +02:00