From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 17FE0CFD8 for ; Wed, 29 Mar 2017 12:28:34 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 29 Mar 2017 03:28:33 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,240,1486454400"; d="scan'208";a="839615615" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by FMSMGA003.fm.intel.com with ESMTP; 29 Mar 2017 03:28:31 -0700 To: Allain Legacy References: <20170323112413.175202-1-allain.legacy@windriver.com> <20170328115409.23487-1-allain.legacy@windriver.com> <20170328115409.23487-7-allain.legacy@windriver.com> Cc: dev@dpdk.org, ian.jolliffe@windriver.com, bruce.richardson@intel.com, john.mcnamara@intel.com, keith.wiles@intel.com, tim.odriscoll@intel.com, thomas.monjalon@6wind.com, vincent.jardin@6wind.com, jerin.jacob@caviumnetworks.com, stephen@networkplumber.org, 3chas3@gmail.com From: Ferruh Yigit Message-ID: Date: Wed, 29 Mar 2017 11:28:30 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170328115409.23487-7-allain.legacy@windriver.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v6 06/14] net/avp: device configuration 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: Wed, 29 Mar 2017 10:28:35 -0000 On 3/28/2017 12:54 PM, Allain Legacy wrote: > Adds support for "dev_configure" operations to allow an application to > configure the device. > > Signed-off-by: Allain Legacy > Signed-off-by: Matt Peters <...> > RTE_PMD_REGISTER_PCI(rte_avp, rte_avp_pmd.pci_drv); > RTE_PMD_REGISTER_PCI_TABLE(rte_avp, pci_id_avp_map); Defined net device naming is "net_xxx", for this case it should be "net_avp", instead of rte_avp. Since there is no other outstanding issue for the PMD, I will fix this while applying.