numam-dpdk/drivers
Sagar Abhang 912be9daf4 net/vhost: stop dev in close and address mem leak
Move the call to stop the device inside the close routine because close
needs to stop the device if it isn't stopped.

Free the allocated queue buffers in close instead of doing so in remove.
Original code had these clean ups in remove which was causing memory
leak.

Signed-off-by: Sagar Abhang <sabhang@brocade.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
2017-04-19 10:49:06 +02:00
..
bus bus/fslmc: add frame queue based dq storage 2017-04-19 15:37:37 +02:00
crypto vdev: use generic vdev struct for probe and remove 2017-04-14 15:41:50 +02:00
event vdev: use generic vdev struct for probe and remove 2017-04-14 15:41:50 +02:00
mempool mempool/dpaa2: add hardware offloaded mempool 2017-04-19 15:37:37 +02:00
net net/vhost: stop dev in close and address mem leak 2017-04-19 10:49:06 +02:00
Makefile net/dpaa2: introduce NXP DPAA2 driver 2017-04-19 15:37:37 +02:00