Re: [dpdk-dev] pci device access from dpdk secondary process with igb_uio

2020-03-04 Thread Ferruh Yigit
On 1/2/2020 6:58 PM, vijay mohan wrote: > On Thu, 26 Dec 2019 at 16:58, vijay mohan wrote: >> >> Hi All, >> I am trying to use pci vf device with secondary process in a multiple >> process mode and finding pci_dev->mem_resource[0].addr to be NULL. This >> happens when the pci device is attached

Re: [dpdk-dev] pci device access from dpdk secondary process with igb_uio

2020-02-25 Thread vijay mohan
and send up a patch or will I do that? > > Fiona > > > > -Original Message- > > From: Trahe, Fiona > > Sent: Wednesday, January 22, 2020 5:19 PM > > To: vijay mohan ; dev@dpdk.org; Yigit, Ferruh > > > > Cc: Trahe, Fiona > > Subject: R

Re: [dpdk-dev] pci device access from dpdk secondary process with igb_uio

2020-02-25 Thread Trahe, Fiona
an ; dev@dpdk.org; Yigit, Ferruh > > Cc: Trahe, Fiona > Subject: RE: [dpdk-dev] pci device access from dpdk secondary process with > igb_uio > > Hi Vijay, > > Sorry for the delay, we missed this as It arrived while on Christmas holidays. > We'll investigate, though i

Re: [dpdk-dev] pci device access from dpdk secondary process with igb_uio

2020-01-22 Thread Trahe, Fiona
t: Re: [dpdk-dev] pci device access from dpdk secondary process with > igb_uio > > On Thu, 26 Dec 2019 at 16:58, vijay mohan wrote: > > > > Hi All, > > I am trying to use pci vf device with secondary process in a multiple > > process mode and finding > pci_dev-&g

Re: [dpdk-dev] pci device access from dpdk secondary process with igb_uio

2020-01-02 Thread vijay mohan
On Thu, 26 Dec 2019 at 16:58, vijay mohan wrote: > > Hi All, > I am trying to use pci vf device with secondary process in a multiple process > mode and finding pci_dev->mem_resource[0].addr to be NULL. This happens when > the pci device is attached to igb_uio.ko but with vfio_pci it works fine.

[dpdk-dev] pci device access from dpdk secondary process with igb_uio

2019-12-26 Thread vijay mohan
Hi All, I am trying to use pci vf device with secondary process in a multiple process mode and finding pci_dev->mem_resource[0].addr to be NULL. This happens when the pci device is attached to igb_uio.ko but with vfio_pci it works fine. Looking at the pci device initialization part for secondary p