Merge "pkt_gen: MoonGen updated to keep parity with master"
[vswitchperf.git] / conf / 02_vswitch.conf
index e504d3a..2b74dae 100644 (file)
@@ -12,6 +12,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# OVS Command timeout for execution of commands.
+OVS_CMD_TIMEOUT = 10
+
 # ############################
 # DPDK configuration
 # ############################
 RTE_TARGET = 'x86_64-native-linuxapp-gcc'
 
 # list of NIC HWIDs to which traffic generator is connected
-# In case of NIC with SRIOV suport, it is possible to define,
+# e.g. WHITELIST_NICS = ['05:00.0', '05:00.1']
+# NIC HWIDs for given network device name can be retrieved
+# by call of ehtool:
+# e.g. ethtool -i eth0
+# In case of NIC with SRIOV support, it is possible to define,
 # which virtual function should be used
 # e.g. value '0000:05:00.0|vf1' will configure two VFs and second VF
 # will be used for testing
-WHITELIST_NICS = ['0000:05:00.0', '0000:05:00.1']
+WHITELIST_NICS = []
 
 # vhost character device file used by dpdkvhostport QemuWrap cases
 VHOST_DEV_FILE = 'ovs-vhost-net'