numam-dpdk/lib/librte_vhost
Yuanhan Liu c08a349006 vhost: declare device id as int
device_fh repsents the device id for a specific virtio net device.
Firstly, "int" would be big enough: we don't need 64 bit. Secondly,
this could let us avoid the ugly "%" PRIu64 ".." stuff.

And since ctx.fh is derived from device_fh, declare it as int, too.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Tested-by: Rich Lane <rich.lane@bigswitch.com>
Acked-by: Rich Lane <rich.lane@bigswitch.com>
2016-06-22 08:59:54 +02:00
..
eventfd_link vhost: fix kernel module insertion 2015-11-24 21:34:11 +01:00
libvirt vhost: fix qemu shutdown 2015-09-24 14:57:36 +02:00
vhost_cuse vhost: declare device id as int 2016-06-22 08:59:54 +02:00
vhost_user vhost: declare device id as int 2016-06-22 08:59:54 +02:00
Makefile mk: fix vhost shared library dependencies 2016-03-13 20:27:26 +01:00
rte_vhost_version.map vhost: cleanup unix socket 2015-06-30 17:49:08 +02:00
rte_virtio_net.h vhost: declare device id as int 2016-06-22 08:59:54 +02:00
vhost_rxtx.c vhost: declare device id as int 2016-06-22 08:59:54 +02:00
vhost-net.h vhost: declare device id as int 2016-06-22 08:59:54 +02:00
virtio-net.c vhost: declare device id as int 2016-06-22 08:59:54 +02:00
virtio-net.h vhost: implement cuse memory table 2015-02-24 01:38:14 +01:00