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.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/os-net-config/samples/ovs_dpdk_bond.yaml') 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 -- cgit 1.2.3-korg