From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/bnxt: remove useless copy when setting MAC address Date: Fri, 12 Jan 2018 18:48:00 +0000 Message-ID: References: <20180103133259.300-1-olivier.matz@6wind.com> <9ab555ea-e63c-a3a3-3a36-a5c44846091d@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit To: Olivier Matz , dev@dpdk.org, Ajit Khaparde , Somnath Kotur Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1BAAA2BE5 for ; Fri, 12 Jan 2018 19:48:02 +0100 (CET) In-Reply-To: <9ab555ea-e63c-a3a3-3a36-a5c44846091d@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 1/12/2018 6:46 PM, Ferruh Yigit wrote: > On 1/3/2018 1:32 PM, Olivier Matz wrote: >> This operation is already done by the ethdev layer, it should not >> be done by the driver. >> >> Signed-off-by: Olivier Matz > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.