PF_RING
PF_RING copied to clipboard
High-speed packet processing framework
Hi, Since last week I am trying to update and upgrade Ubuntu 20.04 and I keep getting errors for dpkg. I have attached the snapshot of the errors. Please help...
Hi, I'm currently experiencing an issue when attempting to compile the pfring-daq-module. I'm getting the following error when running ./configure. ``` configure: error: Could not find daq_api.h! ``` Currently I'm...
Hello, I've tried to send UDP data which size is more than MTU via VLAN interface and found what IP defragmentation does not works in this case. Tested on: *...
travis-ci.org has the following notice: > Please be aware travis-ci.org will be shutting down in several weeks, with all accounts migrating to travis-ci.com. Please stay tuned here for more information....
Well, this is not an issue, more like suggestion. When I use zbalance_ipc, I want to show its stats. But pfring_zc_set_proc_stats() saves stat file 'pid'-none.#### which is not predictable. I...
Inside Intel Ethernet Switch FM10000 Datasheet - there is section 6.18.7.11: RDESC.TIME_TAG Time stamp is set for all packets and is the time at the moment the last byte of...
I am using pfring_zc_vm_register supplying the monitor socket for different vm's How do I handle the scenario of a guest machine (vm) restarting? Is there an api for unregistering the...
The linux kernel 5.6.3 has dropped the timeval support (see https://www.spinics.net/lists/y2038/msg04955.html). The PF_RING API must be migrated to `timespec64`.
In my environment it is critical to pin dependencies for each release we make and test that release with exact versions of OS and packages we depened on. We'd been...