aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/ovs_dpdk.json
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-26 09:53:51 +0000
committerGerrit Code Review <review@openstack.org>2016-08-26 09:53:51 +0000
commit6d046bca3c7c63993782ba6646ecdf530a643297 (patch)
treed8aacf95f1919949c1939da965b9712c2b8ab30b /etc/os-net-config/samples/ovs_dpdk.json
parent4147c5a7a08dea9a054a1448e0314f8f276f2067 (diff)
parentbb1fcc4e0dbfa2e575570d75d209c5308be41f6d (diff)
Merge "Add support for OVS DPDK Bridge and Port"
Diffstat (limited to 'etc/os-net-config/samples/ovs_dpdk.json')
-rw-r--r--etc/os-net-config/samples/ovs_dpdk.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/os-net-config/samples/ovs_dpdk.json b/etc/os-net-config/samples/ovs_dpdk.json
new file mode 100644
index 0000000..dc6706d
--- /dev/null
+++ b/etc/os-net-config/samples/ovs_dpdk.json
@@ -0,0 +1,20 @@
+{ "network_config": [
+ {
+ "type": "ovs_user_bridge",
+ "name": "br-link",
+ "members": [
+ {
+ "type": "ovs_dpdk_port",
+ "name": "dpdk0",
+ "driver": "igb_uio",
+ "members": [
+ {
+ "type": "interface",
+ "name": "eth1",
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}