From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 24734728B for ; Wed, 14 Mar 2018 13:11:35 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2018 05:11:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,470,1515484800"; d="scan'208,217";a="211466229" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.16]) ([10.237.221.16]) by fmsmga005.fm.intel.com with ESMTP; 14 Mar 2018 05:11:34 -0700 To: Chas Williams <3chas3@gmail.com>, dev@dpdk.org Cc: declan.doherty@intel.com, Chas Williams References: <20180223040121.22056-1-3chas3@gmail.com> From: Radu Nicolau Message-ID: <3ea34296-b18f-76ce-3f31-4808b68e44a1@intel.com> Date: Wed, 14 Mar 2018 12:11:33 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180223040121.22056-1-3chas3@gmail.com> Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] [PATCH] net/bonding: set MTU on slave configure X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2018 12:11:36 -0000 On 2/23/2018 4:01 AM, Chas Williams wrote: > From: Chas Williams > > When a slave is configured make sure that the slave's MTU > matches the bonding's idea of the MTU. > > Signed-off-by: Chas Williams > --- > Acked-by: Radu Nicolau