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:46:19 +0000 Message-ID: <9ab555ea-e63c-a3a3-3a36-a5c44846091d@intel.com> References: <20180103133259.300-1-olivier.matz@6wind.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 8BA95DD2 for ; Fri, 12 Jan 2018 19:46:22 +0100 (CET) In-Reply-To: <20180103133259.300-1-olivier.matz@6wind.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/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