compressor icon indicating copy to clipboard operation
compressor copied to clipboard

Add RX Queue Config Option And Spread Load Across Queues.

Open gamemann opened this issue 5 years ago • 0 comments

This pull request is supposed to replace pull request #3.

This adds an rxqueues config option which can be set to how many RX queues are on the server (the RX queue IDs must be incremented by one and starting from 0 in order for this to work).

This also stops failed AF_XDP socket binds from killing the program. This is because some servers have less RX queues than CPUs.

gamemann avatar May 22 '20 21:05 gamemann