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 AB380A04B5; Fri, 30 Oct 2020 12:03:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2AF4DC818; Fri, 30 Oct 2020 12:03:18 +0100 (CET) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1EDEEC810 for ; Fri, 30 Oct 2020 12:03:15 +0100 (CET) IronPort-SDR: GlkpBHibhPFpkA/wruRaUGwDKwwZxPfzlEYlNUBbJZR99AN4Km7yVP9qmYg9KKmQUcOmur9/G7 PGdtIcXYRDVw== X-IronPort-AV: E=McAfee;i="6000,8403,9789"; a="168720587" X-IronPort-AV: E=Sophos;i="5.77,433,1596524400"; d="scan'208";a="168720587" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2020 04:03:14 -0700 IronPort-SDR: yAZjfRs11+tQ6t02xehB33ph86rhkfgHmcD1ra857WfMb1MA1ifldOXPbQfJSSipC7YUjOJl70 QFYO5LoI0Exw== X-IronPort-AV: E=Sophos;i="5.77,433,1596524400"; d="scan'208";a="537027885" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.23.197]) ([10.252.23.197]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Oct 2020 04:03:12 -0700 To: Hariprasad Govindharajan , dev@dpdk.org Cc: anatoly.burakov@intel.com, bluca@debian.org, thomas@monjalon.net, david.marchand@redhat.com References: <1601909255-26251-1-git-send-email-hariprasad.govindharajan@intel.com> <1604055169-47580-1-git-send-email-hariprasad.govindharajan@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 30 Oct 2020 11:03:08 +0000 MIME-Version: 1.0 In-Reply-To: <1604055169-47580-1-git-send-email-hariprasad.govindharajan@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH dpdk-kmods v8 1/2] linux/igb_uio: remove DPDK dependency for building 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 10/30/2020 10:52 AM, Hariprasad Govindharajan wrote: > The igb_uio source code requires interrupt modes defined as > macros and enums in the header file rte_pci_dev_features.h. > Now, the definitions are moved to the igb_uio.c file so that > this module can be built without building DPDK > > Signed-off-by: Hariprasad Govindharajan For series, Acked-by: Ferruh Yigit