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 ECBB944CF for ; Thu, 11 Jan 2018 21:14:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Jan 2018 12:14:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,346,1511856000"; d="scan'208";a="9440904" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga002.fm.intel.com with ESMTP; 11 Jan 2018 12:14:45 -0800 To: Sharmila Podury , declan.doherty@intel.com Cc: dev@dpdk.org, Sharmila Podury References: <20180111191244.28520-1-sharmila.podury@gmail.com> From: Ferruh Yigit Message-ID: Date: Thu, 11 Jan 2018 20:14:44 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <20180111191244.28520-1-sharmila.podury@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/bonding: add ethdev ops function for MTU set 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: Thu, 11 Jan 2018 20:14:48 -0000 On 1/11/2018 7:12 PM, Sharmila Podury wrote: > From: Sharmila Podury > > Set the MTU for bonding device by calling .mtu_set for all > the slaves. Set the MTU only if all slaves support .mtu_set, > and there is no error returned from any slave. > > Signed-off-by: Sharmila Podury > Acked-by: Declan Doherty Applied to dpdk-next-net/master, thanks.