neutron/releasenotes/notes/pkt-processing-capacity-1c43fe49d7bb2193.yaml
Przemyslaw Szczerbik c2bc676183 Report pkt processing capacity on Neutron agent RP
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
2021-10-11 15:16:52 +02:00

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.