kubeshark icon indicating copy to clipboard operation
kubeshark copied to clipboard

PF_RING Support

Open alongir opened this issue 1 year ago • 1 comments

Current: We use AF_PACKET as a default packet capture technology as it is the most compatible library that fits many OSs. We're introducing AF_XDP which is based on eBPF, provides much better performance and reduced packet loss. However, the eBPF solution is dependent on eBPF dependencies (e.g. MTU, Linux headers, etc) and also consumes CPU. Requested: Add PF_RING support in addition to AF_PACKET and AF_XDP to provide better performance and reduced packet loss for PF_RING compatible hardware.

alongir avatar Jul 31 '23 19:07 alongir

any updates ?

zengyuxing007 avatar Oct 17 '23 06:10 zengyuxing007