From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B0605A3168 for ; Wed, 16 Oct 2019 11:21:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 566B81D445; Wed, 16 Oct 2019 11:21:37 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 9D00E1D42B; Wed, 16 Oct 2019 11:21:35 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2019 02:21:34 -0700 X-IronPort-AV: E=Sophos;i="5.67,303,1566889200"; d="scan'208";a="189623434" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.95]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 16 Oct 2019 02:21:33 -0700 Date: Wed, 16 Oct 2019 10:21:30 +0100 From: Bruce Richardson To: sachin gupta Cc: "dev@dpdk.org" , Users Message-ID: <20191016092130.GA1411@bricha3-MOBL.ger.corp.intel.com> References: <1568496573.2621311.1571137091303.ref@mail.yahoo.com> <1568496573.2621311.1571137091303@mail.yahoo.com> <1949116846.3210981.1571203609555@mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1949116846.3210981.1571203609555@mail.yahoo.com> User-Agent: Mutt/1.12.1 (2019-06-15) Subject: Re: [dpdk-users] [dpdk-dev] make install with igb_uio 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: , Errors-To: users-bounces@dpdk.org Sender: "users" On Wed, Oct 16, 2019 at 05:26:49AM +0000, sachin gupta wrote: > + dev > On Tuesday, October 15, 2019, 04:28:11 PM GMT+5:30, sachin gupta wrote: > > Hi,I would like to compile dpdk source without the igb_uio driver.Can someone help with this. > RegardsSachin For builds using meson, you can use "-Denable_kmods=false" option to meson configure. For make builds you can turn it off by setting "CONFIG_RTE_EAL_IGB_UIO=n" in your build config file (.config in the build directory created using "make config") /Bruce