aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/ovs_dpdk_bond.json
diff options
context:
space:
mode:
authorSaravanan KR <skramaja@redhat.com>2016-08-24 11:41:18 +0530
committerSaravanan KR <skramaja@redhat.com>2016-08-26 15:30:58 +0530
commitf79d534c3e130bb539cf7ccb1d3f9586e922b9a7 (patch)
tree301a1a53d6213d7bfa0dfc331d5c2c6f797f7904 /etc/os-net-config/samples/ovs_dpdk_bond.json
parent9108fcb7bb1fa10ffce2fd787278802ee3f3354c (diff)
Supporting numbered nics for DPDK Port and DPDK Bond
Modified the sample code to use numbered nics instead of physical device name and added test code for testing the numbered nic usecases. Implements: blueprint tripleo-ovs-dpdk Depends-On: If1c91402d2d393140dc1b4a678e68a1bcdbe81e4 Change-Id: Ifadb495be57fcef56a97250de0c52fd03f2dd817
Diffstat (limited to 'etc/os-net-config/samples/ovs_dpdk_bond.json')
-rw-r--r--etc/os-net-config/samples/ovs_dpdk_bond.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/os-net-config/samples/ovs_dpdk_bond.json b/etc/os-net-config/samples/ovs_dpdk_bond.json
index af82e7b..176c917 100644
--- a/etc/os-net-config/samples/ovs_dpdk_bond.json
+++ b/etc/os-net-config/samples/ovs_dpdk_bond.json
@@ -13,7 +13,7 @@
"members": [
{
"type": "interface",
- "name": "eth1"
+ "name": "nic2"
}
]
},
@@ -23,7 +23,7 @@
"members": [
{
"type": "interface",
- "name": "eth2"
+ "name": "nic3"
}
]
},