Re: [dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module

2020-10-29 Thread Govindharajan, Hariprasad
> -Original Message- > From: Luca Boccassi > Sent: Thursday, October 29, 2020 10:16 AM > To: Govindharajan, Hariprasad ; > dev@dpdk.org > Cc: Yigit, Ferruh ; Burakov, Anatoly > > Subject: Re: [dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to > build th

Re: [dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module

2020-10-29 Thread Luca Boccassi
On Thu, 2020-10-08 at 10:40 +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

Re: [dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module

2020-10-28 Thread Narcisa Ana Maria Vasile
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

Re: [dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module

2020-10-21 Thread Kalesh Anakkur Purayil
Hi Thomas/Ferruh, It looks like this patch is not yet merged to https://git.dpdk.org/dpdk-kmods/. This impacts the 20.11-rc1 testing which needs the igb_uio driver. Is there any reason to not merge this? Regards, Kalesh On Mon, Oct 19, 2020 at 11:38 PM Ajit Khaparde wrote: > On Thu, Oct 8, 20

Re: [dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module

2020-10-19 Thread Ajit Khaparde
On Thu, Oct 8, 2020 at 2:43 AM Burakov, Anatoly wrote: > > 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,

Re: [dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module

2020-10-09 Thread Ma, LihongX
> 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 > bu

Re: [dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module

2020-10-08 Thread Burakov, Anatoly
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 pa

[dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module

2020-10-08 Thread Hariprasad Govindharajan
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 m