sipwise / rtpengine

The Sipwise media proxy for Kamailio
GNU General Public License v3.0
763 stars 360 forks source link

DPDK support #948

Open sergey-safarov opened 4 years ago

sergey-safarov commented 4 years ago

DPDK project allow move packet processing from CPU to network card. So this allow make RTP proxy with very high performance (40 Gb/s and more).

Could you look DPDK project and related RTP proxy fork. May be back port possible.

rfuchs commented 4 years ago

We have it on the radar but no concrete plans for it yet as our kernel module already provides very good performance.