NIC-Partitioning: DPDK devices comes up properly after reboot

ovs-vswitchd service shall be started after sriov_config service.

Change-Id: Ibdf67c9fa085c5549a31cb1788912b28b0782d67
Closes-Bug: 1807350
This commit is contained in:
Karthik S 2018-12-07 03:47:41 -05:00
parent 3a8348ef79
commit 91cb9c5d33
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ _SRIOV_CONFIG_SERVICE_FILE = "/etc/systemd/system/sriov_config.service"
_SRIOV_CONFIG_DEVICE_CONTENT = """[Unit]
Description=SR-IOV numvfs configuration
After=systemd-udev-settle.service
Before=openvswitch.service
Before=ovs-vswitchd.service
[Service]
Type=oneshot