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=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1,USER_IN_DEF_DKIM_WL autolearn=ham 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 B4948C388F7 for ; Wed, 28 Oct 2020 21:09:28 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 0A4932482B for ; Wed, 28 Oct 2020 21:09:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="gbiR7FYd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0A4932482B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.microsoft.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 20CE25913; Wed, 28 Oct 2020 22:09:25 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by dpdk.org (Postfix) with ESMTP id 02A8A56A3 for ; Wed, 28 Oct 2020 22:09:23 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1059) id 3D8AC20B36E7; Wed, 28 Oct 2020 14:09:21 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 3D8AC20B36E7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1603919361; bh=zkVohtbJiQsvcQUkNH1MsS+Z0MVMck+72JGB5PnlCj4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gbiR7FYdq4CKvqqXo8bHRun8lyWDVx6I5+Hjey0u6KW36BwCQOnS8f8FhpmYTJtsB dPiuO2fYxnUe0sFSIkylYLh/ytfu515BINjHEdYIBNou1hCwlRDsL2FDPxxnHx8N9q kDrorzOymgAreWkXYKDCXCcVbKa/dASs2UII9Bt8= Date: Wed, 28 Oct 2020 14:09:21 -0700 From: Narcisa Ana Maria Vasile To: Hariprasad Govindharajan Cc: dev@dpdk.org, ferruh.yigit@intel.com, anatoly.burakov@intel.com Message-ID: <20201028210921.GA387@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1601909255-26251-1-git-send-email-hariprasad.govindharajan@intel.com> <1602150008-16177-1-git-send-email-hariprasad.govindharajan@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1602150008-16177-1-git-send-email-hariprasad.govindharajan@intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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 Thu, Oct 08, 2020 at 10:40:08AM +0100, 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 > --- > This patch will be part of dpdk-kmods repo > https://git.dpdk.org/dpdk-kmods/ > --- Thanks for the patch! Tested-by: Narcisa Vasile Acked-by: Narcisa Vasile