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
(cherry picked from commit 91cb9c5d33)
This commit is contained in:
karthik s 2019-01-14 10:32:43 +05:30
parent 6d96172aec
commit 8e9242b34a
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