From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 0EE80C5E2 for ; Thu, 23 Jun 2016 19:19:20 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 23 Jun 2016 10:19:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,517,1459839600"; d="scan'208";a="993799206" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 23 Jun 2016 10:19:14 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by IRSMSX151.ger.corp.intel.com ([169.254.4.151]) with mapi id 14.03.0248.002; Thu, 23 Jun 2016 18:19:13 +0100 From: "Dumitrescu, Cristian" To: Panu Matilainen , "dev@dpdk.org" CC: "zhuangwj@gmail.com" Thread-Topic: [PATCH] port: fix build when KNI support is not enabled Thread-Index: AQHRzHoHw3roldxjT0a09+XYf+dNSJ/3TY4g Date: Thu, 23 Jun 2016 17:19:12 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A0C1E6@IRSMSX108.ger.corp.intel.com> References: <191edb8105649612fab5f0e691f587715b78e664.1466595242.git.pmatilai@redhat.com> In-Reply-To: <191edb8105649612fab5f0e691f587715b78e664.1466595242.git.pmatilai@redhat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMTcyZDRkMGUtMDYwZi00NTMwLTlhMDEtYjJmODM3NWRkMDkzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkVvM3dqSTdwZmc3R3pwUzRNd24wXC9cLzhTbHB0azdZM3hEaVJcLzN3NTVtS289In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] port: fix build when KNI support is not enabled X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2016 17:19:21 -0000 > -----Original Message----- > From: Panu Matilainen [mailto:pmatilai@redhat.com] > Sent: Wednesday, June 22, 2016 12:34 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; > zhuangwj@gmail.com > Subject: [PATCH] port: fix build when KNI support is not enabled >=20 > Commit 9fc37d1c071c is missing a conditional in the dependencies, > causing builds to fail when KNI is not enabled: > =3D=3D Build lib/librte_port > LD librte_port.so.3 > /usr/bin/ld: cannot find -lrte_kni > collect2: error: ld returned 1 exit status >=20 > Fixes: 9fc37d1c071c ("port: support KNI") >=20 > Signed-off-by: Panu Matilainen > --- Acked-by: Cristian Dumitrescu