[dpdk-dev] [PATCH] rte_pci.h: Fix C++11 compilation

2015-02-20 Thread Stefan Puiu
Hi, On Fri, Feb 20, 2015 at 1:26 PM, Thomas Monjalon wrote: > Hi Stefan, > > Thanks for improving DPDK for C++ usage. > > I'm a bit lost because that's the fourth time you send the same patch > (without versioning): > http://dpdk.org/dev/patchwork/patch/3140/ > (this one had some comment

[dpdk-dev] [PATCH] rte_pci.h: Fix C++11 compilation

2015-02-20 Thread Thomas Monjalon
Hi Stefan, Thanks for improving DPDK for C++ usage. I'm a bit lost because that's the fourth time you send the same patch (without versioning): http://dpdk.org/dev/patchwork/patch/3140/ (this one had some comments you didn't address) http://dpdk.org/dev/patchwork/patch/3517/ (is

[dpdk-dev] [PATCH] rte_pci.h: Fix C++11 compilation

2015-02-20 Thread Stefan Puiu
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: dpdk/include/rte_pci.h:96:26: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-d