From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v3] test/bonding: assign non-zero MAC to null devices Date: Mon, 5 Feb 2018 15:43:08 +0000 Message-ID: References: <1517235962-25128-1-git-send-email-radu.nicolau@intel.com> <1517483178-30424-1-git-send-email-radu.nicolau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: declan.doherty@intel.com, thomas@monjalon.net To: Radu Nicolau , dev@dpdk.org 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) In-Reply-To: <1517483178-30424-1-git-send-email-radu.nicolau@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 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} }; )