Areg Melik-Adamyan
Areg Melik-Adamyan
Yes, it's been around a long time. I didn't follow the latest developments there, but I think it is conceptually the same. Basically, there was a thrust in the HPC...
Actually, you can detect 2nd FMA in PIROM avx512_2ndFMA (5.4.11.2 PFF: Processor Feature Flag) 70h, bit 0 https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/xeon-scalable-datasheet-vol-1.pdf
@ChenYahui2019 If you mean, that you already have DPDK process that set up the rings and now you want to reuse those rings within the NFF-Go process, then currently such...
@ChenYahui2019 the idea of NFF-Go was to hide all the complexity with dealing with low-level hardware and provide abstractions, where you can focus on the packet processing logic itself. Exposing...
Hello @rasity ! You can use https://github.com/intel-go/nff-go/blob/master/examples/gopacketParserExample.go as a reference. You just need to specify the source and destination MAC addresses correctly. There are builtin types so you can do...
@sitilge What is your Ruby and Vagrant version?
Hi @Bubbachuck - one of the reasons for such behavior can be an insufficient number of cores - how many cores do you have and what is the environment?
@Bubbachuck can you please specify the environment and the command you are running nffpktgen?
SetReceiverOS, SetSenderOS. Example is here https://github.com/intel-go/nff-go/blob/master/examples/OSforwarding.go