Comment 11 for bug 1836023

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/rocky)

Reviewed: https://review.opendev.org/670499
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=eabd114a9b926a95a124acec15a98a3b1d96a6c9
Submitter: Zuul
Branch: stable/rocky

commit eabd114a9b926a95a124acec15a98a3b1d96a6c9
Author: Oleg Bondarev <email address hidden>
Date: Wed Jul 10 12:39:13 2019 +0400

    Yield control to other greenthreads while processing trusted ports

    process_trusted_ports() appeared to be greenthread unfriendly, so
    if there are many trusted ports on a node, openvswitch agent may
    "hang" for a significant time.
    This patch adds explicit yield.

    Change-Id: I7c00812f877e2fc966bbac3060e1187ce1b809ca
    Closes-Bug: #1836023
    (cherry picked from commit da539da3780188f01e18ef106dde9ca180324c2a)