From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/avp: remove redundant assignment Date: Fri, 26 May 2017 17:17:21 +0100 Message-ID: <891f4f0e-8bbd-de36-5de1-38de9c0f99d9@intel.com> References: <20170525175246.95118-1-ferruh.yigit@intel.com> <70A7408C6E1BFB41B192A929744D852396997483@ALA-MBC.corp.ad.wrs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Legacy, Allain" , "Peters, Matt" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 22D38A0E0 for ; Fri, 26 May 2017 18:17:23 +0200 (CEST) In-Reply-To: <70A7408C6E1BFB41B192A929744D852396997483@ALA-MBC.corp.ad.wrs.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 5/26/2017 2:05 PM, Legacy, Allain wrote: >> -----Original Message----- >> From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] >> Sent: Thursday, May 25, 2017 1:53 PM >> To: Legacy, Allain; Peters, Matt >> Cc: dev@dpdk.org; YIGIT, FERRUH >> Subject: [PATCH] net/avp: remove redundant assignment >> >> dev_info->driver_name is assigned by rte_eth_dev_info_get() and existing >> value overwritten, removing assignment. >> >> Fixes: 1a85922369c4 ("net/avp: add device configuration") >> >> Signed-off-by: Ferruh Yigit >> --- > Acked-by: Allain Legacy Applied to dpdk-next-net/master, thanks.