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.
Reviewed: https:/ /review. openstack. org/634842 /git.openstack. org/cgit/ openstack/ networking- spp/commit/ ?id=cdad40daee7 9e52ce25f3d53a0 84ed1f77b6acb0
Committed: https:/
Submitter: Zuul
Branch: master
commit cdad40daee79e52 ce25f3d53a084ed 1f77b6acb0
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: If2e41db00eebd6 41ae208d8dec4ab df24fd3a04f
Closes-Bug: #1814834