yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

Allow packets capture using dump rules #64

Open GeorgyKirichenko opened 9 months ago

GeorgyKirichenko commented 9 months ago

YANET DataPlane supports three types of special interfaces designed to capture packets: inbound, outbound, and drop. However, all of them have serious problems in production:

The basic idea is to embed dump rules into the YANET ruleset and then capture packets from shared memory using a special utility.