numam-dpdk/drivers/net/virtio
Tiwei Bie 4905ed3a52 net/virtio: optimize Tx enqueue for packed ring
This patch introduces an optimized enqueue function in packed
ring for the case that virtio net header can be prepended to
the unchained mbuf.

Signed-off-by: Tiwei Bie <tiwei.bie@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2019-02-22 14:39:49 +01:00
..
virtio_user net/virtio-user: fix used ring in cvq handling 2019-01-24 10:08:31 +01:00
Makefile mk: add experimental tag check 2018-01-29 23:35:29 +01:00
meson.build net/virtio: add to meson build 2018-03-12 16:29:27 +01:00
rte_pmd_virtio_version.map virtio: move to drivers/net/ 2015-05-22 16:06:23 +02:00
virtio_ethdev.c net/virtio: fix in-order Tx path for packed ring 2019-02-22 14:39:49 +01:00
virtio_ethdev.h net/virtio: support platform memory ordering 2019-01-14 17:44:29 +01:00
virtio_logs.h net/virtio: implement dynamic logging 2018-01-16 18:47:49 +01:00
virtio_pci.c net/virtio: fix unchecked return value 2018-11-14 00:35:53 +01:00
virtio_pci.h net/virtio: support platform memory ordering 2019-01-14 17:44:29 +01:00
virtio_ring.h net/virtio: vring init for packed queues 2018-12-21 16:22:40 +01:00
virtio_rxtx_simple_neon.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
virtio_rxtx_simple_sse.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
virtio_rxtx_simple.c eal: add macro for attribute weak 2018-10-25 02:11:23 +02:00
virtio_rxtx_simple.h net/virtio: remove simple Tx path 2018-07-04 17:03:48 +02:00
virtio_rxtx.c net/virtio: optimize Tx enqueue for packed ring 2019-02-22 14:39:49 +01:00
virtio_rxtx.h net/virtio: fix resuming port with Rx vector path 2018-02-13 18:57:59 +01:00
virtio_user_ethdev.c net/virtio-user: fix control VQ 2019-01-24 10:08:31 +01:00
virtqueue.c net/virtio: implement Rx path for packed queues 2018-12-21 16:22:40 +01:00
virtqueue.h net/virtio: fix control VQ 2019-01-24 10:08:31 +01:00