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 EF4E5A04BC; Thu, 8 Oct 2020 11:43:47 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 92B581BC9B; Thu, 8 Oct 2020 11:43:37 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 6B04F1BC9B for ; Thu, 8 Oct 2020 11:43:36 +0200 (CEST) IronPort-SDR: F78zHn0LKxuQEbab3ug2nWl10mvbkf3YtGjg2urzo9tSqjLbtA7I+LerZZcfoBahF0bFQtK2l/ Z24MVM95WM6g== X-IronPort-AV: E=McAfee;i="6000,8403,9767"; a="165419148" X-IronPort-AV: E=Sophos;i="5.77,350,1596524400"; d="scan'208";a="165419148" 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; 08 Oct 2020 02:43:34 -0700 IronPort-SDR: loeEqmZjA8lews9wzp06oOe8lCUAb0x6EJrIa7AQkaTYfenB22q/t8A5hIB7Cllx9/HZDO0816 i4wNmKuLfLSA== X-IronPort-AV: E=Sophos;i="5.77,350,1596524400"; d="scan'208";a="528427375" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.213.226.43]) ([10.213.226.43]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 Oct 2020 02:43:33 -0700 To: Hariprasad Govindharajan , dev@dpdk.org Cc: ferruh.yigit@intel.com References: <1601909255-26251-1-git-send-email-hariprasad.govindharajan@intel.com> <1602150008-16177-1-git-send-email-hariprasad.govindharajan@intel.com> From: "Burakov, Anatoly" Message-ID: Date: Thu, 8 Oct 2020 10:43:32 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <1602150008-16177-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] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module 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 08-Oct-20 10:40 AM, Hariprasad Govindharajan wrote: > With DPDK 20.11 release, the igb_uio module is no more part of DPDK. > There are use cases where this module is required, for example while > testing the virtual ports in OvS, the virtual ports are bound to > igb_uio module inside a VM. So, this patch provides a Makefile > which can be used to build this module and use as needed. > > Before building this module, the user is expected to build the > DPDK using meson build system and make sure that the required > libraries are installed in the path /usr/local > > Signed-off-by: Hariprasad Govindharajan > --- Reviewed-by: Ferruh Yigit Acked-by: Anatoly Burakov -- Thanks, Anatoly