numam-dpdk/lib/librte_vhost
Emmanuel Roullit 68759bbe73 vhost: remove unneeded variable assignment
Found with clang static analysis:
lib/librte_vhost/vhost_user.c:996:3: warning:
Value stored to 'ret' is never read
        ret = vhost_user_get_vring_base(dev, &msg.payload.state);
        ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
2017-01-30 13:47:20 +01:00
..
fd_man.c vhost: allow many vhost-user ports 2017-01-17 09:20:18 +01:00
fd_man.h vhost: allow many vhost-user ports 2017-01-17 09:20:18 +01:00
Makefile vhost: refactor code structure 2016-09-13 05:25:08 +02:00
rte_vhost_version.map vhost: export queue free entries 2016-06-22 09:02:58 +02:00
rte_virtio_net.h vhost: remove references to vhost-cuse 2016-11-07 15:59:21 +01:00
socket.c vhost: fix use after free 2016-10-26 13:39:09 +02:00
vhost_user.c vhost: remove unneeded variable assignment 2017-01-30 13:47:20 +01:00
vhost_user.h vhost: introduce reply ack feature 2017-01-17 09:20:18 +01:00
vhost.c vhost: fix memory leak 2017-01-17 09:20:17 +01:00
vhost.h vhost: remove references to vhost-cuse 2016-11-07 15:59:21 +01:00
virtio_net.c vhost: do not GSO when no header is present 2017-01-30 13:46:57 +01:00