From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cluster-e.mailcontrol.com (cluster-e.mailcontrol.com [85.115.58.190]) by dpdk.org (Postfix) with ESMTP id B5004201 for ; Fri, 3 Mar 2017 15:56:31 +0100 (CET) Received: from mail2.neceur.com (mail2.neceur.com [195.47.207.4]) by rly67e.srv.mailcontrol.com (MailControl) with ESMTP id v23EuUE5028216 for ; Fri, 3 Mar 2017 14:56:30 GMT Received: from intmail2.neceur.com (intmail2.neceur.com [172.29.177.11]) by mail2.neceur.com (8.14.4/8.14.4) with ESMTP id v23EuUlN001997 for ; Fri, 3 Mar 2017 14:56:30 GMT Received: from av2.neceur.com (av2.neceur.com [172.29.177.7]) by intmail2.neceur.com (8.14.7/8.14.7) with ESMTP id v23EuUC0004308 for ; Fri, 3 Mar 2017 14:56:30 GMT Received: from av2.neceur.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 5EC76CA051 for ; Fri, 3 Mar 2017 14:56:30 +0000 (GMT) Received: from av2.neceur.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 53EBCCA050 for ; Fri, 3 Mar 2017 14:56:30 +0000 (GMT) Received: from EUX13SRV2.EU.NEC.COM (unknown [172.29.155.139]) by av2.neceur.com (Postfix) with ESMTPS for ; Fri, 3 Mar 2017 14:56:30 +0000 (GMT) Received: from EUX13SRV1.EU.NEC.COM (172.29.155.138) by EUX13SRV2.EU.NEC.COM (172.29.155.139) with Microsoft SMTP Server (TLS) id 15.0.1156.6; Fri, 3 Mar 2017 14:56:29 +0000 Received: from EUX13SRV1.EU.NEC.COM ([172.29.155.138]) by EUX13SRV1.EU.NEC.COM ([172.29.155.138]) with mapi id 15.00.1156.000; Fri, 3 Mar 2017 14:56:29 +0000 From: David Aldrich To: "users@dpdk.org" Thread-Topic: Can't find rte_net_get_ptype() Thread-Index: AdKULjDcP3zDVa//TmqcUq1aRss4LQ== Date: Fri, 3 Mar 2017 14:56:29 +0000 Message-ID: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [172.29.155.186] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-TM-AS-GCONF: 00 X-Scanned-By: MailControl 44278.1917 (www.mailcontrol.com) on 10.69.0.177 Subject: [dpdk-users] Can't find rte_net_get_ptype() X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Mar 2017 14:56:31 -0000 Hi I'm building against DPDK 16.11 using Wind River Linux 8. Having upgraded = from DPDK 16.04 I now get linker error: /bitbake_build/tmp/work/intel_haswell_64-wrs-linux/dpdk/16.11-r0/git/= drivers/net/virtio/virtio_rxtx.c:634: undefined reference to `rte_net_get_p= type' Which library contains rte_net_get_ptype() ? Is the API documentation at http://dpdk.org/doc/api/ searchable? Best regards David