From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] net/enic: add primary mac address handler Date: Tue, 17 Apr 2018 18:23:34 +0100 Message-ID: <2c6d97ee-c64c-3578-647f-b3b5b4fcc231@intel.com> References: <20180219124227.19859-1-david.marchand@6wind.com> <1523871617-15533-1-git-send-email-david.marchand@6wind.com> <20180417051213.GA12316@HYONKIM-FTCPE.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, johndale@cisco.com, neescoba@cisco.com To: Hyong Youb Kim , David Marchand Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id EE828CF9E for ; Tue, 17 Apr 2018 19:23:37 +0200 (CEST) In-Reply-To: <20180417051213.GA12316@HYONKIM-FTCPE.cisco.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 4/17/2018 6:12 AM, Hyong Youb Kim wrote: > On Mon, Apr 16, 2018 at 11:40:17AM +0200, David Marchand wrote: >> Modified enic_del_mac_address() to get a return value from the vnic layer. >> Reused the .mac_addr_add and .mac_addr_del callbacks code to implement >> primary mac address handler. >> >> Signed-off-by: David Marchand >> --- > > Thanks. > > The patch looks good to me. I've tested it on top of dpdk-net-next. It > works as expected. > > Acked-by: Hyong Youb Kim Applied to dpdk-next-net/master, thanks.