Description of problem:
Due to bugzilla Bug 1378501 openvswitch does not start for AMD hardware.
Version-Release number of selected component (if applicable):
RHV 4.0.4
How reproducible:
100%
Steps to Reproduce:
1. # ovs-vswitchd --version
2.
3.
Actual results:
ERROR: This system does not support "SSSE3".
Please check that RTE_MACHINE is set correctly.
Expected results:
ovs runs regardless of SSSE3 instruction set support.
Additional information
Fixed in openvswitch-2.5.0-17.git20160727.el7fdb
Until fixed by pushing the request package into the fast-datapath channel, users can manually comment-out the line
Requires=openvswitch
from their /usr/lib/systemd/system/vdsm-network-init.service
This bug had multiple version flags and was cloned to 4.0.5 as https://bugzilla.redhat.com/show_bug.cgi?id=1394232 please move this to relevant 4.1 milestone.
Moving this back to ASSIGNED as attached gerrit fix is for 4.0.5 branch and I am not sure if it is in master.
Description of problem: Due to bugzilla Bug 1378501 openvswitch does not start for AMD hardware. Version-Release number of selected component (if applicable): RHV 4.0.4 How reproducible: 100% Steps to Reproduce: 1. # ovs-vswitchd --version 2. 3. Actual results: ERROR: This system does not support "SSSE3". Please check that RTE_MACHINE is set correctly. Expected results: ovs runs regardless of SSSE3 instruction set support. Additional information Fixed in openvswitch-2.5.0-17.git20160727.el7fdb