From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 1386B4F93 for ; Fri, 16 Mar 2018 14:43:47 +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 fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Mar 2018 06:43:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,315,1517904000"; d="scan'208";a="212181183" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.62]) ([10.237.221.62]) by fmsmga005.fm.intel.com with ESMTP; 16 Mar 2018 06:43:45 -0700 To: Radu Nicolau , Chas Williams <3chas3@gmail.com>, dev@dpdk.org Cc: declan.doherty@intel.com, Chas Williams References: <20180223040121.22056-1-3chas3@gmail.com> <3ea34296-b18f-76ce-3f31-4808b68e44a1@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 16 Mar 2018 13:43:44 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <3ea34296-b18f-76ce-3f31-4808b68e44a1@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Fri, 16 Mar 2018 13:43:48 -0000 On 3/14/2018 12:11 PM, Radu Nicolau wrote: > > 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 Applied to dpdk-next-net/master, thanks.