Actions
Feature #7382
opendpdk: create separate packet mempools per queue
Effort:
Difficulty:
Label:
Description
With high number of threads a single mempool per interface seems to be the bottleneck.
Replace it with a single MP per worker.
Breaking change - mempool size will reflect the count of objects per queue as opposed to be a sum of objects from all queues.
Potentially even better - use rte_mempool API to specify Single Consumer/Producer flag in the mempool creation.
Updated by Victor Julien 10 days ago
- Target version changed from 8.0.0-beta1 to 9.0.0-beta1
Updated by Victor Julien 9 days ago
- Status changed from New to In Progress
- Target version changed from 9.0.0-beta1 to 8.0.0-beta1
Actions