Go to file
Ouyang Changchun 8c09c20fb4 virtio: fix update of vring descriptor index
Updating the vring descriptor index should be done before notifying host;
Remove 2 duplicated store memory barriers in both Rx and Tx path because there is
store memory barrier in vq_update_avail_idx function;
Notify the host only if packets actually transmitted(nb_tx > 0).

Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
Acked-by: Huawei Xie <huawei.xie@intel.com>
2015-02-20 19:18:34 +01:00
app app/testpmd: fix uninitialized flow control variables 2015-02-20 12:13:28 +01:00
config mk: support x32 ABI 2015-02-18 20:26:33 +01:00
doc doc: add requirements for x32 ABI 2015-02-18 20:28:36 +01:00
examples examples/packet_ordering: new sample app 2015-02-18 16:52:05 +01:00
lib virtio: fix update of vring descriptor index 2015-02-20 19:18:34 +01:00
mk mk: support x32 ABI 2015-02-18 20:26:33 +01:00
pkg version: 1.8.0 2014-12-20 00:38:39 +01:00
scripts scripts: find areas without maintainer 2015-02-09 15:15:04 +01:00
tools tools: fix setup script for Fedora 21 2014-10-10 17:50:31 +02:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS app/test: unit tests for bonding mode 4 2015-02-18 18:58:55 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00