numam-dpdk/lib/librte_vhost
Stefan Puiu 4db87f9739 lib: fix C++11 compilation
In C++11 concatenated string literals need to have a space in between.
Found with clang++-3.4, IIRC g++-4.8 also complains about this.

Sample error message:
error: invalid suffix on literal; C++11 requires a space between literal
and identifier [-Wreserved-user-defined-literal]

Signed-off-by: Stefan Puiu <stefan.puiu@gmail.com>
Reviewed-by: John McNamara <john.mcnamara@intel.com>
2015-02-24 02:46:52 +01:00
..
eventfd_link vhost: fix code style 2014-11-06 23:12:02 +01:00
libvirt vhost: move from examples to dedicated library 2014-10-13 19:10:09 +02:00
vhost_cuse vhost: support ifname for vhost-user 2015-02-24 01:38:16 +01:00
vhost_user vhost: support dynamically registering server 2015-02-24 01:38:17 +01:00
Makefile vhost: support ifname for vhost-user 2015-02-24 01:38:16 +01:00
rte_vhost_version.map lib: provide initial versioning 2015-02-03 16:56:58 +01:00
rte_virtio_net.h vhost: support ifname for vhost-user 2015-02-24 01:38:16 +01:00
vhost_rxtx.c vhost: rename header file 2015-02-24 01:38:10 +01:00
vhost-net.h lib: fix C++11 compilation 2015-02-24 02:46:52 +01:00
virtio-net.c vhost: support ifname for vhost-user 2015-02-24 01:38:16 +01:00
virtio-net.h vhost: implement cuse memory table 2015-02-24 01:38:14 +01:00