From cc7ff987cae3452a28f85ca3cabef49a3a64a2ff Mon Sep 17 00:00:00 2001 From: Karthik S Date: Tue, 30 May 2017 07:21:52 -0400 Subject: 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 --- etc/os-net-config/samples/ovs_dpdk_bond.json | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/os-net-config/samples/ovs_dpdk_bond.json') 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", -- cgit 1.2.3-korg