numam-dpdk/drivers
Kalesh AP d59992361c net/bnxt: fix a memory leak in port stop
The memory for mark table is allocated during port start.
But the allocated memory is freed only during port close
or driver unload which in turn causes a memory leakage
on each port start/stop.

Fixed it by moving the memory free to port stop.

Fixes: 94eb699bc8 ("net/bnxt: support flow mark action")

Signed-off-by: Kalesh AP <kalesh-anakkur.purayil@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
2020-02-05 09:51:19 +01:00
..
baseband build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
bus eal: remove limitation on cpuset with --lcores 2020-01-21 01:22:33 +01:00
common cryptodev: revert Chacha20-Poly1305 AEAD algorithm 2020-02-05 15:14:46 +01:00
compress crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00
crypto cryptodev: revert Chacha20-Poly1305 AEAD algorithm 2020-02-05 15:14:46 +01:00
event event/dsw: use custom element size ring for control 2020-01-28 07:00:12 +01:00
mempool mempool/octeontx: fix error handling in initialization 2020-01-17 19:46:26 +01:00
net net/bnxt: fix a memory leak in port stop 2020-02-05 09:51:19 +01:00
raw raw/octeontx2_ep: fix shared library 2020-01-20 12:12:14 +01:00
vdpa drivers: move ifc to vDPA directory 2020-01-14 00:09:33 +01:00
Makefile drivers: introduce vDPA class 2020-01-13 23:28:00 +01:00
meson.build net/ipn3ke: fix meson build 2020-01-17 19:45:23 +01:00