[dpdk-dev] [PATCH v4 6/6] DPDK changes for accommodating ENIC PMD

2014-11-25 Thread Sujith Sankar
Signed-off-by: Sujith Sankar --- config/common_linuxapp | 5 + lib/Makefile | 1 + lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 1 + mk/rte.app.mk | 4 4 files changed, 11 insertions(+) diff --git a/config/co

[dpdk-dev] [PATCH v4 6/6] DPDK changes for accommodating ENIC PMD

2014-11-25 Thread David Marchand
On Tue, Nov 25, 2014 at 11:46 AM, Sujith Sankar (ssujith) wrote: > David, > > I tested it now, and it looks like the length is proper in > dev->men_resource[0].len without this change. > Not sure what changed in my workspace as I clearly remember seeing it > wrong and hence added the extra statem

[dpdk-dev] [PATCH v4 6/6] DPDK changes for accommodating ENIC PMD

2014-11-25 Thread David Marchand
Hello Sujith, On Tue, Nov 25, 2014 at 5:30 PM, Sujith Sankar wrote: > diff --git a/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > b/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > index c776ddc..87e7862 100644 > --- a/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > +++ b/lib/librte_eal/linuxapp/eal/eal_

[dpdk-dev] [PATCH v4 6/6] DPDK changes for accommodating ENIC PMD

2014-11-25 Thread Sujith Sankar (ssujith)
vid. Regards, -Sujith From: David Marchand Date: Tuesday, 25 November 2014 3:32 pm To: "Sujith Sankar (ssujith)" Cc: "dev at dpdk.org" , "Prasad Rao (prrao)" Subject: Re: [dpdk-dev] [PATCH v4 6/6] DPDK changes for accommodating ENIC PMD Hello Sujith,