From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 May 2017 09:17:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,398,1491289200"; d="scan'208";a="105807030" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga005.jf.intel.com with ESMTP; 26 May 2017 09:17:22 -0700 To: "Legacy, Allain" , "Peters, Matt" Cc: "dev@dpdk.org" References: <20170525175246.95118-1-ferruh.yigit@intel.com> <70A7408C6E1BFB41B192A929744D852396997483@ALA-MBC.corp.ad.wrs.com> From: Ferruh Yigit Message-ID: <891f4f0e-8bbd-de36-5de1-38de9c0f99d9@intel.com> Date: Fri, 26 May 2017 17:17:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <70A7408C6E1BFB41B192A929744D852396997483@ALA-MBC.corp.ad.wrs.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/avp: remove redundant assignment X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 May 2017 16:17:24 -0000 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.