From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EC2021B254 for ; Wed, 10 Jan 2018 21:42:34 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 12:42:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,342,1511856000"; d="scan'208";a="20584551" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2018 12:42:32 -0800 To: "Doherty, Declan" , Sharmila Podury Cc: dev@dpdk.org, Sharmila Podury References: <20180104063443.1821-1-sharmila.podury@gmail.com> <680ceda0-3474-bcfe-bd28-de99d8ac5243@intel.com> From: Ferruh Yigit Message-ID: <5bfc76a1-1a1b-0738-6c8b-7d747a4d5ede@intel.com> Date: Wed, 10 Jan 2018 20:42:32 +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: <680ceda0-3474-bcfe-bd28-de99d8ac5243@intel.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: Wed, 10 Jan 2018 20:42:35 -0000 On 1/9/2018 3:32 PM, Doherty, Declan wrote: > On 04/01/2018 6:34 AM, 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 > I don't see this patch in both mail list or patchwork, can you please double check?