numam-dpdk/examples/tep_termination
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
..
main.c vhost: declare device id as int 2016-06-22 08:59:54 +02:00
main.h examples: remove useless debug flags 2016-05-02 15:31:17 +02:00
Makefile eal: set name to threads 2015-11-03 15:32:34 +01:00
vxlan_setup.c vhost: declare device id as int 2016-06-22 08:59:54 +02:00
vxlan_setup.h examples/tep_term: add encap/decap configuration 2015-06-23 11:36:15 +02:00
vxlan.c mbuf: remove packet type from offload flags 2015-09-03 19:22:48 +02:00
vxlan.h examples/tep_term: add TSO offload configuration 2015-06-23 11:34:54 +02:00