lib: fix C++11 compilation
authorStefan Puiu <stefan.puiu@gmail.com>
Fri, 20 Feb 2015 13:23:26 +0000 (15:23 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 Feb 2015 01:46:52 +0000 (02:46 +0100)
commit4db87f973994976025cd10634faad577e6695036
tree9eae392045a7a5cfcf23b6f552a011e00c9c7290
parent3e12a98fe39786c3ecf0bc0fb2a439e9c17a0da4
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>
lib/librte_eal/common/include/rte_pci.h
lib/librte_mempool/rte_mempool.h
lib/librte_vhost/vhost-net.h