Ray Kinsella

Results 9 comments of Ray Kinsella

**2 ports, 1 core & 1 queue each** [root@silpixa00396680 MoonGen]# ./build/MoonGen examples/pktgen.lua -t 1 -s 10 --dpdk-config=/ro[33/1865$ XL710/dpdk-conf.lua 0 1 [INFO] Initializing DPDK. This will take a few seconds... EAL:...

**2 ports (0 and 3), 1 core & 1 queue each** [root@silpixa00396680 MoonGen]# ./build/MoonGen examples/pktgen.lua -t 1 -s 10 --dpdk-config=/ro[49/1963] XL710/dpdk-conf.lua 0 3 [INFO] Initializing DPDK. This will take a...

**lspci -vvv -s 0000:d8:00.0** [root@xxx ~]# lspci -vvv -s 0000:d8:00.0 d8:00.0 Ethernet controller: Intel Corporation Ethernet Controller X710 for 10GbE SFP+ (rev 01) Subsystem: Intel Corporation Ethernet Converged Network Adapter...

When running in separate processes is better. When I run a separate instances of Moongen for each pair of ports (four ports total, in two processes), Each process instance achieves...

Doesn't appear to be related to the statistics thread. When I run with four ports however restrict the statistics to be calculated on only one port, performance is much the...

@pchaigno & @reubenhwk Having much the same issue, when building code with CLang-10, with the flags '-O2 -target bpf'. My sample bpf snippet is below. ``` #include #include #include #include...

Yeah - this pretty much what I had written and was testing.

@Dantali0n so on reflection, what made me nervous about that approach, was that I wasn't certain it would cover every permutation of what Clang might produce. After thinking about it...

@Dantali0n I coded a fix supports both Clang code/function and string relocations, without breaking existing relocations. The fix is similar to the fix from iomartin, but it also supports string...