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 E00011B22F for ; Wed, 10 Jan 2018 21:36:54 +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 fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jan 2018 12:36:53 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,342,1511856000"; d="scan'208";a="20583372" 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:36:52 -0800 To: "Doherty, Declan" , Chas Williams <3chas3@gmail.com>, dev@dpdk.org Cc: Chas Williams References: <20171228021231.15363-1-3chas3@gmail.com> <6979c03a-09ed-cc6d-2831-092d04963e49@intel.com> From: Ferruh Yigit Message-ID: <5150f0fa-af5b-bb34-3d46-76102a6310c8@intel.com> Date: Wed, 10 Jan 2018 20:36:52 +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: <6979c03a-09ed-cc6d-2831-092d04963e49@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 slave MAC addresses correctly 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:36:55 -0000 On 1/9/2018 4:15 PM, Doherty, Declan wrote: > On 28/12/2017 2:12 AM, Chas Williams wrote: >> From: Chas Williams >> >> Use rte_eth_dev_default_mac_addr_set() to change a slave MAC address. >> mac_address_set() only updates the software copy and does nothing to >> update the hardware. >> >> Signed-off-by: Chas Williams > Acked-by: Declan Doherty Applied to dpdk-next-net/master, thanks.