numam-dpdk/drivers/net/ena
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
..
base net/ena: fix freeing memory using correct API 2016-07-08 15:23:01 +02:00
ena_ethdev.c net/ena: make coherent memory allocation NUMA-aware 2016-07-08 15:19:40 +02:00
ena_ethdev.h net/ena: disable readless communication when no HW support 2016-07-08 15:19:40 +02:00
ena_logs.h ena: add polling-mode driver 2016-03-25 18:56:43 +01:00
ena_platform.h ena: add polling-mode driver 2016-03-25 18:56:43 +01:00
Makefile mk: cleanup leftover references to malloc library 2016-05-06 15:51:22 +02:00
rte_pmd_ena_version.map ena: add polling-mode driver 2016-03-25 18:56:43 +01:00