Comment 5 for bug 1793729

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

Reviewed: https://review.opendev.org/668635
Committed: https://git.openstack.org/cgit/openstack/charm-neutron-openvswitch/commit/?id=bd354841d5422f5d936c9f031228c3d5889368df
Submitter: Zuul
Branch: stable/19.04

commit bd354841d5422f5d936c9f031228c3d5889368df
Author: James Page <email address hidden>
Date: Mon Jun 24 10:11:04 2019 +0100

    dpdk: misc fixes for EAL initialization

    For OpenStack Queens and later instances are setup with vhostuser
    ports in server mode, with the OVS side of the port connecting
    as a client to the vhostuser socket on disk; as a result we no
    longer need to pass permissions information via dpdk-extra (the
    two passed options are not valid in later OVS versions).

    In addition, we should also whitelist the devices we're going to
    use; this ensures that EAL initialization does not take an extended
    period of time reducing the amount of time taken to restart OVS.

    Change-Id: I224e778de0ed6e279b2de7f4f46781df33121165
    Closes-Bug: 1833734
    Closes-Bug: 1793729
    (cherry picked from commit 3c66c48bbd11922aa4740e752dfdb5e4f35a959d)