[dpdk-dev] [PATCH v3] examples/vhost: fix statistics error

2015-12-07 Thread Thomas Monjalon
2015-12-03 14:28, Yuanhan Liu: > On Thu, Dec 03, 2015 at 07:20:26AM +0800, Jianfeng Tan wrote: > > This issue was discovered under the case of software vm2vm > > fowarding. When pkts are received from virtio device 0 and > > tx_route to virtio device 1, tx of device 0 is not updated. > > > > Signe

[dpdk-dev] [PATCH v3] examples/vhost: fix statistics error

2015-12-03 Thread Yuanhan Liu
On Thu, Dec 03, 2015 at 07:20:26AM +0800, Jianfeng Tan wrote: > This issue was discovered under the case of software vm2vm > fowarding. When pkts are received from virtio device 0 and > tx_route to virtio device 1, tx of device 0 is not updated. > > Signed-off-by: Jianfeng Tan > Tested-by: Qian X

[dpdk-dev] [PATCH v3] examples/vhost: fix statistics error

2015-12-03 Thread Jianfeng Tan
This issue was discovered under the case of software vm2vm fowarding. When pkts are received from virtio device 0 and tx_route to virtio device 1, tx of device 0 is not updated. Signed-off-by: Jianfeng Tan Tested-by: Qian Xu --- examples/vhost/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2