[dpdk-dev] [PATCH v5] virtio: Fix vring entry number issue

2014-10-15 Thread Ouyang Changchun
Fix one issue in virtio TX: it needs one more vring descriptor to hold the virtio header when transmitting packets, it is used later to determine whether to free more entries from used vring. It fixes failing to transmit any packet with 1 segment in the circumstance of only 1 descripto

[dpdk-dev] [PATCH v5] virtio: Fix vring entry number issue

2014-10-15 Thread Thomas Monjalon
2014-10-15 11:11, Ouyang Changchun: > Fix one issue in virtio TX: it needs one more vring descriptor to hold the > virtio > header when transmitting packets, it is used later to determine whether to > free > more entries from used vring. > It fixes failing to transmit any packet with 1 se