numam-dpdk/drivers
Michal Krawczyk 207a514ce5 net/ena: fix cleanup of the Tx bufs
After cleanup of the mbuf on Tx path, queue was still pointing to this
mbuf and upon cleanup of the Tx buffers, it was being freed second time.

Moreover, to make sure that upon interrupt all mbufs will be freed,
whole ring is being cleaned up instead of part of it - originally only
range between head and tail was being cleaned up.

Fixes: 1173fca25a ("ena: add polling-mode driver")
Cc: stable@dpdk.org

Signed-off-by: Michal Krawczyk <mk@semihalf.com>
2017-07-06 15:00:57 +02:00
..
bus net/dpaa2: add support for multi seg buffers 2017-07-06 15:00:56 +02:00
crypto crypto/zuc: remove check for SSE4 2017-07-04 14:39:18 +02:00
event eventdev: define default value for dequeue timeout 2017-06-21 15:33:23 +02:00
mempool mempool/dpaa2: add hardware offloaded mempool 2017-04-19 15:37:37 +02:00
net net/ena: fix cleanup of the Tx bufs 2017-07-06 15:00:57 +02:00
Makefile crypto/dpaa2_sec: introduce poll mode driver 2017-04-20 11:32:45 +02:00