]> git.proxmox.com Git - mirror_ovs.git/commit - lib/netdev-dpdk.c
netdev-dpdk: vhost get stats fix.
authorwangzhike <wangzhike@jd.com>
Fri, 25 Aug 2017 21:49:55 +0000 (14:49 -0700)
committerDarrell Ball <dlu998@gmail.com>
Fri, 25 Aug 2017 21:49:55 +0000 (14:49 -0700)
commit50986e7842d8bc5ecfbb1e0423cc449f166c76fb
tree0294d8c8003800e7272e91d29f8f890c38de2222
parent602c86681c93af6aa5ff5d9d40f7bf99d1020da1
netdev-dpdk: vhost get stats fix.

In netdev_dpdk_vhost_get_stats, '+=' was used in a few places
where '=' was expected.

Signed-off-by: wangzhike <wangzhike@jd.com>
Signed-off-by: Darrell Ball <dlu998@gmail.com>
lib/netdev-dpdk.c