numam-dpdk/drivers/net/virtio
Zoltan Kiss 72514b5d55 ethdev: fix check of threshold for Tx freeing
The parameter tx_free_thresh is not consistent between the drivers:
some use it as rte_eth_tx_burst() requires, some release buffers when
the number of free descriptors drop below this value.
Let's use it as most fast-path code does, which is the latter, and update
comments throughout the code to reflect that.

Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2015-07-07 16:31:48 +02:00
..
Makefile virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
rte_pmd_virtio_version.map virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtio_ethdev.c virtio: fix crash if CQ is not negotiated 2015-06-12 14:50:06 +02:00
virtio_ethdev.h virtio: clarify feature bit handling 2015-06-12 14:43:40 +02:00
virtio_logs.h virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtio_pci.c virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtio_pci.h virtio: clarify feature bit handling 2015-06-12 14:43:40 +02:00
virtio_ring.h virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtio_rxtx.c ethdev: fix check of threshold for Tx freeing 2015-07-07 16:31:48 +02:00
virtqueue.c virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtqueue.h virtio: clarify feature bit handling 2015-06-12 14:43:40 +02:00