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 1C2BAA04B5; Thu, 29 Oct 2020 21:17:18 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3992E37B0; Thu, 29 Oct 2020 21:17:16 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 46A122BE1 for ; Thu, 29 Oct 2020 21:17:13 +0100 (CET) IronPort-SDR: WhK4d5GU+O8B4RyKSHsDEJ7v0lB5cKfFo5Rc6cDHY9zQ/Xta5cmN0k3H4x6+4jIHU3xE4FzYT1 QkGIyOy+Ntlw== X-IronPort-AV: E=McAfee;i="6000,8403,9789"; a="155476055" X-IronPort-AV: E=Sophos;i="5.77,430,1596524400"; d="scan'208";a="155476055" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2020 13:17:11 -0700 IronPort-SDR: eEgAU9sKIVsAGxGl83cHuaS2+McXauvd6doL43RcMrZLIs9DXn4G/dbU38I5BcVjMRLQvbztOt 5mHJyrQOPpIg== X-IronPort-AV: E=Sophos;i="5.77,430,1596524400"; d="scan'208";a="536802920" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.251.183]) ([10.213.251.183]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2020 13:17:10 -0700 To: Hariprasad Govindharajan , dev@dpdk.org Cc: anatoly.burakov@intel.com, bluca@debian.org References: <1601909255-26251-1-git-send-email-hariprasad.govindharajan@intel.com> <1604002251-43812-1-git-send-email-hariprasad.govindharajan@intel.com> From: Ferruh Yigit Message-ID: <2607e4aa-2d58-ab56-ae9b-ff7eecbd3f27@intel.com> Date: Thu, 29 Oct 2020 20:17:07 +0000 MIME-Version: 1.0 In-Reply-To: <1604002251-43812-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] [prefix=DPDK_KMODS v6 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/29/2020 8:10 PM, 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 Acked-by: Ferruh Yigit