ovn-chassis charm does not expose pmd-cpu-mask
Bug #1905416 reported by
Michał Ajduk
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Neutron Open vSwitch Charm |
Triaged
|
Wishlist
|
Unassigned | ||
charm-ovn-chassis |
Fix Committed
|
Wishlist
|
Unassigned |
Bug Description
ovn-chassis charm does not allow specifying pmd-cpu-mask, which leads to a situation where PMD thread is scheduled on randomply selected core.
In my case it is core 11 (counting from 0), which overlaps with the nova pinned CPU set:
dpdk-
dpdk-shared-set: &dpdk-shared-set "23-39,63-79"
dpdk-
The charm could expose this setting.
WORKAROUND:
sudo -i ovs-vsctl set Open_vSwitch . other_config:
Changed in charm-neutron-openvswitch: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in charm-ovn-chassis: | |
assignee: | nobody → Frode Nordahl (fnordahl) |
Changed in charm-ovn-chassis: | |
assignee: | Frode Nordahl (fnordahl) → nobody |
To post a comment you must log in.
The charm should also ensure there is no intersection between the cores used for PMD and those assigned via dpdk-lcore-mask