rjarry / grout

grout # a graph router based on DPDK
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

support interfaces with fixed number of tx queues (vhost/virtio) #12

Open rjarry opened 4 months ago

rjarry commented 4 months ago

Some interfaces have limited (fixed sometimes) number of tx queues. We cannot force one tx queue per datapath worker thread.

Potential solutions:

All these solutions will affect the overall performance of the other ports.