From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 4FCC01B1CB for ; Mon, 5 Feb 2018 16:43:11 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Feb 2018 07:43:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,465,1511856000"; d="scan'208";a="24967376" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by FMSMGA003.fm.intel.com with ESMTP; 05 Feb 2018 07:43:09 -0800 To: Radu Nicolau , dev@dpdk.org Cc: declan.doherty@intel.com, thomas@monjalon.net References: <1517235962-25128-1-git-send-email-radu.nicolau@intel.com> <1517483178-30424-1-git-send-email-radu.nicolau@intel.com> From: Ferruh Yigit Message-ID: Date: Mon, 5 Feb 2018 15:43:08 +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: <1517483178-30424-1-git-send-email-radu.nicolau@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v3] test/bonding: assign non-zero MAC to null devices 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: Mon, 05 Feb 2018 15:43:11 -0000 On 2/1/2018 11:06 AM, Radu Nicolau wrote: > Prevent failure in rte_eth_dev_default_mac_addr_set() that > resunts in bonding add slave failure. > > Fixes: aa7791ba8de0 ("net/bonding: fix setting slave MAC addresses") > > Signed-off-by: Radu Nicolau Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks. (initialization changes as below to prevent build error: struct ether_addr mac_addr = { .addr_bytes = {0} }; )