From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <yuanhan.liu@linux.intel.com> Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B54CF29CF for <dev@dpdk.org>; Sun, 11 Sep 2016 13:55:23 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga104.fm.intel.com with ESMTP; 11 Sep 2016 04:55:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,316,1470726000"; d="scan'208";a="1048701081" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by orsmga002.jf.intel.com with ESMTP; 11 Sep 2016 04:55:21 -0700 Date: Sun, 11 Sep 2016 19:55:53 +0800 From: Yuanhan Liu <yuanhan.liu@linux.intel.com> To: Shreyansh Jain <shreyansh.jain@nxp.com> Cc: dev@dpdk.org, hemant.agrawal@nxp.com, Jan Viktorin <viktorin@rehivetech.com>, Thomas Monjalon <thomas.monjalon@6wind.com> Message-ID: <20160911115553.GU23158@yliu-dev.sh.intel.com> References: <1466510566-9240-1-git-send-email-shreyansh.jain@nxp.com> <1473257297-7221-1-git-send-email-shreyansh.jain@nxp.com> <1473257297-7221-18-git-send-email-shreyansh.jain@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1473257297-7221-18-git-send-email-shreyansh.jain@nxp.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v9 17/25] drivers: convert PMD_VDEV drivers to use rte_vdev_driver X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Sun, 11 Sep 2016 11:55:24 -0000 On Wed, Sep 07, 2016 at 07:38:09PM +0530, Shreyansh Jain wrote: > All PMD_VDEV drivers can now use rte_vdev_driver instead of the > rte_driver (which is embedded in the rte_vdev_driver). > > Signed-off-by: Jan Viktorin <viktorin@rehivetech.com> > Signed-off-by: Shreyansh Jain <shreyansh.jain@nxp.com> Hi, FYI, my testrobot caught some errors when this patch is applied. --yliu i686-native-linuxapp-gcc: config-all-yes-shared =============================================== rte_eth_af_packet.o: In function `vdrvinitfn_pmd_af_packet_drv': rte_eth_af_packet.c:(.text.startup+0x23): undefined reference to `rte_eal_vdrv_register' collect2: error: ld returned 1 exit status make[6]: *** [librte_pmd_af_packet.so.1.1] Error 1 make[5]: *** [af_packet] Error 2 make[5]: *** Waiting for unfinished jobs.... rte_eth_bond_pmd.o: In function `vdrvinitfn_bond_drv': rte_eth_bond_pmd.c:(.text.startup+0x23): undefined reference to `rte_eal_vdrv_register' collect2: error: ld returned 1 exit status make[6]: *** [librte_pmd_bond.so.1.1] Error 1 make[5]: *** [bonding] Error 2 make[4]: *** [net] Error 2 make[3]: *** [drivers] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 make: *** [install] Error 2 error: build failed