Comment 1 for bug 1814834

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to networking-spp (master)

Reviewed: https://review.openstack.org/634842
Committed: https://git.openstack.org/cgit/openstack/networking-spp/commit/?id=cdad40daee79e52ce25f3d53a084ed1f77b6acb0
Submitter: Zuul
Branch: master

commit cdad40daee79e52ce25f3d53a084ed1f77b6acb0
Author: Itsuro Oda <email address hidden>
Date: Tue Feb 5 10:26:11 2019 +0900

    specifying --base-virtaddr option to spp_primary

    It is workaround for memory initialization failure of secondary
    processes. Seconday processes try to map to the same address
    as the primary process, but it happens that the address has
    already been mapped. Avoid this problem by specifying the
    address that the primary process maps to.

    Change-Id: If2e41db00eebd641ae208d8dec4abdf24fd3a04f
    Closes-Bug: #1814834