From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A1A4C4360C for ; Wed, 16 Oct 2019 09:21:41 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 3333520650 for ; Wed, 16 Oct 2019 09:21:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3333520650 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5625B1DFEE; Wed, 16 Oct 2019 11:21:38 +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-dev] make install with igb_uio 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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