From: Hariprasad Govindharajan <hariprasad.govindharajan@intel.com> To: dev@dpdk.org Cc: ferruh.yigit@intel.com, anatoly.burakov@intel.com, bluca@debian.org, Hariprasad Govindharajan <hariprasad.govindharajan@intel.com> Subject: [dpdk-dev] [prefix=DPDK_KMODS v6 2/2] linux/igb_uio: add Makefile to build the igb_uio module Date: Thu, 29 Oct 2020 20:10:51 +0000 Message-ID: <1604002251-43812-2-git-send-email-hariprasad.govindharajan@intel.com> (raw) In-Reply-To: <1604002251-43812-1-git-send-email-hariprasad.govindharajan@intel.com> 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. Since there is no more dependency on DPDK headers, this module can be built simply by running make in the source dir Signed-off-by: Hariprasad Govindharajan <hariprasad.govindharajan@intel.com> --- This patch will be part of dpdk-kmods repo https://git.dpdk.org/dpdk-kmods/ --- v6: split the patch into two patches to create a patchset v5: Removed the DPDK dependency v4: Corrected the indentation v3: Edited the commit message and corrected the mistakes in the variable definition v2: Added more information to the commit message --- linux/igb_uio/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 linux/igb_uio/Makefile diff --git a/linux/igb_uio/Makefile b/linux/igb_uio/Makefile new file mode 100644 index 0000000..09ae5d9 --- /dev/null +++ b/linux/igb_uio/Makefile @@ -0,0 +1,7 @@ +KSRC ?= /lib/modules/`uname -r`/build + +all: + make -C $(KSRC)/ M=$(PWD) + +clean: + make -C $(KSRC)/ M=$(PWD) clean -- 2.7.4
next prev parent reply other threads:[~2020-10-29 20:11 UTC|newest] Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-10-05 14:47 [dpdk-dev] [PATCH] linux/igb_uio: add Makefile to build the kernel module Hariprasad Govindharajan 2020-10-05 15:12 ` Ferruh Yigit 2020-10-05 16:18 ` [dpdk-dev] [PATCH v2] " Hariprasad Govindharajan 2020-10-05 16:26 ` Ferruh Yigit 2020-10-05 18:27 ` Stephen Hemminger 2020-10-05 17:55 ` [dpdk-dev] [DPDK_KMODS v3] " Hariprasad Govindharajan 2020-10-05 17:57 ` Hariprasad Govindharajan 2020-10-06 9:02 ` Ferruh Yigit 2020-10-07 12:50 ` Burakov, Anatoly 2020-10-08 9:40 ` [dpdk-dev] [DPDK_KMODS v4] " Hariprasad Govindharajan 2020-10-08 9:43 ` Burakov, Anatoly 2020-10-19 18:07 ` Ajit Khaparde 2020-10-21 11:37 ` Kalesh Anakkur Purayil 2020-10-10 1:30 ` Ma, LihongX 2020-10-28 21:09 ` Narcisa Ana Maria Vasile 2020-10-29 10:16 ` Luca Boccassi 2020-10-29 18:42 ` Govindharajan, Hariprasad 2020-10-29 19:16 ` [dpdk-dev] [DPDK_KMODS v5] " Hariprasad Govindharajan 2020-10-29 19:31 ` Ferruh Yigit 2020-10-29 21:11 ` Thomas Monjalon 2020-10-29 20:10 ` [dpdk-dev] [prefix=DPDK_KMODS v6 1/2] linux/igb_uio: remove DPDK dependency for building igb_uio Hariprasad Govindharajan 2020-10-29 20:10 ` Hariprasad Govindharajan [this message] 2020-10-29 20:17 ` [dpdk-dev] [prefix=DPDK_KMODS v6 2/2] linux/igb_uio: add Makefile to build the igb_uio module Ferruh Yigit 2020-10-29 21:16 ` Thomas Monjalon 2020-10-29 20:17 ` [dpdk-dev] [prefix=DPDK_KMODS v6 1/2] linux/igb_uio: remove DPDK dependency for building igb_uio Ferruh Yigit 2020-10-29 21:14 ` Thomas Monjalon 2020-10-30 10:10 ` Thomas Monjalon 2020-10-29 21:28 ` David Marchand 2020-10-29 21:42 ` Thomas Monjalon 2020-10-29 23:17 ` [dpdk-dev] [PATCH DPDK_KMODS v7 " Hariprasad Govindharajan 2020-10-29 23:17 ` [dpdk-dev] [PATCH DPDK_KMODS v7 2/2] linux/igb_uio: add Makefile to build the igb_uio module Hariprasad Govindharajan 2020-10-30 10:04 ` [dpdk-dev] [PATCH DPDK_KMODS v7 1/2] linux/igb_uio: remove DPDK dependency for building igb_uio Ferruh Yigit 2020-10-30 10:52 ` [dpdk-dev] [PATCH dpdk-kmods v8 " Hariprasad Govindharajan 2020-10-30 10:52 ` [dpdk-dev] [PATCH dpdk-kmods v8 2/2] linux/igb_uio: add Makefile to build the igb_uio module Hariprasad Govindharajan 2020-10-30 11:03 ` [dpdk-dev] [PATCH dpdk-kmods v8 1/2] linux/igb_uio: remove DPDK dependency for building igb_uio Ferruh Yigit 2020-10-30 11:28 ` Thomas Monjalon
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1604002251-43812-2-git-send-email-hariprasad.govindharajan@intel.com \ --to=hariprasad.govindharajan@intel.com \ --cc=anatoly.burakov@intel.com \ --cc=bluca@debian.org \ --cc=dev@dpdk.org \ --cc=ferruh.yigit@intel.com \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
DPDK patches and discussions This inbox may be cloned and mirrored by anyone: git clone --mirror https://inbox.dpdk.org/dev/0 dev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 dev dev/ https://inbox.dpdk.org/dev \ dev@dpdk.org public-inbox-index dev Example config snippet for mirrors. Newsgroup available over NNTP: nntp://inbox.dpdk.org/inbox.dpdk.dev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git