From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/enic: fix MAC address add and remove Date: Fri, 27 Jan 2017 11:06:50 +0000 Message-ID: <2cb850e4-9bb7-327d-e380-c2ff6883d75e@intel.com> References: <20170126201212.31796-1-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: John Daley Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 9323EDE3 for ; Fri, 27 Jan 2017 12:06:53 +0100 (CET) In-Reply-To: <20170126201212.31796-1-johndale@cisco.com> 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 1/26/2017 8:12 PM, John Daley wrote: > The mac_addr_add callback function was simply replacing the primary MAC > address instead of adding new ones and the mac_addr_remove callback would > only remove the primary MAC form the adapter. Fix the functions to add or > remove new address. Allow up to 64 MAC addresses per port. > > Fixes: fefed3d1e62c ("enic: new driver") > > Signed-off-by: John Daley > Reviewed-by: Nelson Escobar Applied to dpdk-next-net/master, thanks. (Since it is controversial that if this patch is a fix or implementing a missing feature (allow up to 64 MAC), I am getting patch as it is, but not CC'ed to stable tree, please shout if you disagree.)