aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKarthik S <ksundara@redhat.com>2017-05-30 07:21:52 -0400
committerKarthik S <ksundara@redhat.com>2017-05-31 02:42:55 -0400
commitcc7ff987cae3452a28f85ca3cabef49a3a64a2ff (patch)
tree9b3f1799c54486ca81f1179010d71ef1cbb3891a /etc
parente7e81ac01122dd1b7711116d583a69fb655e0bca (diff)
MTU setting for OVSDpdkBond
This patch allows the MTU setting for DPDK bonds. In case of DPDK bonds, the MTU setting needs to be done for each of the interfaces attached to the bond. Change-Id: Ida627313d14a674430b2aff3644fd62b2e0bcab7 Implements: blueprint ovs-2-6-features-dpdk Signed-off-by: Karthik S <ksundara@redhat.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/os-net-config/samples/ovs_dpdk_bond.json1
-rw-r--r--etc/os-net-config/samples/ovs_dpdk_bond.yaml2
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/os-net-config/samples/ovs_dpdk_bond.json b/etc/os-net-config/samples/ovs_dpdk_bond.json
index 7964e69..a921d60 100644
--- a/etc/os-net-config/samples/ovs_dpdk_bond.json
+++ b/etc/os-net-config/samples/ovs_dpdk_bond.json
@@ -6,6 +6,7 @@
{
"type" : "ovs_dpdk_bond",
"name" : "dpdkbond0",
+ "mtu" : 9000,
"members": [
{
"type" : "ovs_dpdk_port",
diff --git a/etc/os-net-config/samples/ovs_dpdk_bond.yaml b/etc/os-net-config/samples/ovs_dpdk_bond.yaml
index 2fcd4f3..3fc9f7d 100644
--- a/etc/os-net-config/samples/ovs_dpdk_bond.yaml
+++ b/etc/os-net-config/samples/ovs_dpdk_bond.yaml
@@ -13,6 +13,8 @@ network_config:
-
type: ovs_dpdk_bond
name: dpdkbond0
+ # MTU is optional, e.g. for jumbo frames
+ mtu: 9000
members:
-
type: ovs_dpdk_port