diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-11-21 09:34:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-21 09:34:53 +0000 |
commit | 6583defcc0c5610f296c33446d5521d9030fc2b8 (patch) | |
tree | f6367b0ea107878b202ecba3ab9fb3da26eafb81 /vsperf | |
parent | 8a1b74a4fdbafdef256cec64501f1ec751f03b9f (diff) | |
parent | a838853cd80b2287f62ba1bad60d3f977312a35f (diff) |
Merge "sriov: Determine path to the bind-tool"
Diffstat (limited to 'vsperf')
-rwxr-xr-x | vsperf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -387,6 +387,9 @@ def enable_sriov(nic_list): else: _LOGGER.debug("SRIOV enabled for NIC %s", nic) + # ensure that path to the bind tool is valid + functions.settings_update_paths() + # WORKAROUND: it has been observed with IXGBE(VF) driver, # that NIC doesn't correclty dispatch traffic to VFs based # on their MAC address. Unbind and bind to the same driver |