c2bc676183
Report the packet processing capacity on the Neutron agent resource provider to Placement as the new 'NET_PACKET_RATE_KILOPACKET_PER_SEC' or 'NET_PACKET_RATE_[E|I]GR_KILOPACKET_PER_SEC' resource inventory. This is similar to how the bandwidth resource is reported today. Partial-Bug: #1922237 See-Also: https://review.opendev.org/785236 Change-Id: I8deefbeed4b4b51dd20062df62c8891fee3ebf9d
14 lines
669 B
YAML
14 lines
669 B
YAML
---
|
|
features:
|
|
- |
|
|
Report packet processing capacity on the OVS agent resource provider as
|
|
the new ``NET_PACKET_RATE_KILOPACKET_PER_SEC``,
|
|
``NET_PACKET_RATE_EGR_KILOPACKET_PER_SEC`` or
|
|
``NET_PACKET_RATE_IGR_KILOPACKET_PER_SEC`` resource inventory. This is
|
|
similar to how the bandwidth resource is reported today. The former
|
|
is used for non-hardware-offloaded OVS deployments, where packets
|
|
processed from both ingress and egress directions are handled by the same
|
|
set of CPU cores. Remaining inventories are used for hardware-offloaded
|
|
OVS, where the incoming and outgoing packets are handled by independent
|
|
hardware resources.
|