PF_RING
PF_RING copied to clipboard
High-speed packet processing framework
CentOS Stream release 9 Linux test 5.14.0-134.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 21 12:57:06 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux > make -C /lib/modules/5.14.0-134.el9.x86_64/build M=/usr/local/src/PF_RING/kernel EXTRA_CFLAGS='-I/usr/local/src/PF_RING/kernel -DGIT_REV="\"dev:36293f89224f382fb7090aef8562cc78c8eb6f61\"" -no-pie -fno-pie -Wno-implicit-fallthrough'...
There is some request for adding a VF driver for i40e adapters (iavf), it would be nice to patch that driver to be used in ZC mode.
[root@nst36 pfring-8.1.0]# make make -C /lib/modules/5.18.5-200.fc36.x86_64/build M=/usr/src/pfring-8.1.0 EXTRA_CFLAGS='-I/usr/src/pfring-8.1.0 -DGIT_REV="\"dev:cabd2381e3bb623b5b22e670e9612b622fa94d49\"" -no-pie -fno-pie -Wno-implicit-fallthrough' modules make[1]: Entering directory '/usr/src/kernels/5.18.5-200.fc36.x86_64' CC [M] /usr/src/pfring-8.1.0/pf_ring.o In file included from ./include/linux/byteorder/little_endian.h:5, from ./arch/x86/include/uapi/asm/byteorder.h:5, from ./arch/x86/include/asm/orc_types.h:43, from...
Hi, I'm using pf_ring 7.6.0 in my program to capture packets. The program almost definitely will stop working after running for several hours. I did some debugging and found that...
English is not my first language. Here is the two interfaces with configured 8 RSS. ``` $ ethtool -l ens2f0 Current hardware settings: RX: 0 TX: 0 Other: 1 Combined:...
I'm trying to use pf_ring-zc in a machine with two identical NICs. I can use the zc framework in any of those NICs, but for some reasons I cannot use...
I had trouble receiving packets on multiple instances of vm. So to create a test case, I am trying out the sample programs found in example_zc I have spinned out...
The zero-copy driver for Mellanox currently supports promiscuous mode only, setting a filter to match any traffic. Unicast mode should be also supported when promisc is not required (a filter...
Check hardware timestamps provided by Intel X552 and add support for them in PF_RING ZC
Hello, I am using PFRING 7.8.0 from **7.8.0-stable** branch commit **f0df19bc58f89b552198a83d7c495c25ff4ba5f0**. Ubuntu 20.04.3 LTS host, x86_64 arch. I am sniffing ERSPAN traffic, it has EthernetType: IPv4 ( 0x0800 ). When...