Actions
Bug #7975
closeddpdk: CPU exclude logic is broken
Description
The exclude logic incorrectly performs the XOR operation. While it works when the worker cores occupy all cores, it is still not a correct operation.
The example might be when a core is affined to only management and not worker threads. With the XOR operation, it would set the affinity to the worker set.
(1 XOR 0 -> 1, where in fact the desired outcome is 0)
Updated by OISF Ticketbot about 2 months ago
- Label deleted (
Needs backport to 8.0)
Updated by OISF Ticketbot about 2 months ago
- Label deleted (
Needs backport to 7.0)
Updated by Lukas Sismis about 2 months ago
- Status changed from In Progress to Resolved
Updated by Lukas Sismis about 1 month ago
- Status changed from Resolved to Closed
Updated by Shivani Bhardwaj 27 days ago
- Subject changed from dpdk: fix the CPU exclude logic to dpdk: broken CPU exclude logic
Updated by Shivani Bhardwaj 27 days ago
- Subject changed from dpdk: broken CPU exclude logic to dpdk: CPU exclude logic is broken
Actions