compressor
compressor copied to clipboard
Add RX Queue Config Option And Spread Load Across Queues.
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.