In C++11 concatenated string literals need to have a
space in between. Found while trying to compile with clang++-3.4.
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-defined-literal]
From: Stefan Puiu
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-defined-literal]
---
lib/librte_eal/common/include/rte_pci.h |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-
Hi,
I would like to implement a scenario like the following:
- Some NICs are bound to the igb_uio driver
- A DPDK application is started and it sends/receives packet to/from those NICs.
- Another set of NICs are bound to the igb_uio driver.
- The same DPDK application continues processing packets
101 - 103 of 103 matches
Mail list logo