From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/bonding: set MTU on slave configure Date: Fri, 16 Mar 2018 13:43:44 +0000 Message-ID: References: <20180223040121.22056-1-3chas3@gmail.com> <3ea34296-b18f-76ce-3f31-4808b68e44a1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: declan.doherty@intel.com, Chas Williams To: Radu Nicolau , Chas Williams <3chas3@gmail.com>, dev@dpdk.org 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) In-Reply-To: <3ea34296-b18f-76ce-3f31-4808b68e44a1@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.