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

2014-11-25 Thread Neil Horman
On Tue, Nov 25, 2014 at 06:13:26AM +, Sujith Sankar (ssujith) wrote: > > > On 24/11/14 10:49 pm, "Neil Horman" wrote: > > >On Mon, Nov 24, 2014 at 04:12:48PM +, Sujith Sankar (ssujith) wrote: > >> > >> > >> On 24/11/14 5:03 pm, "Neil Horman" wrote: > >> > >> >On Mon, Nov 24, 2014 at

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

2014-11-25 Thread Sujith Sankar (ssujith)
On 24/11/14 10:49 pm, "Neil Horman" wrote: >On Mon, Nov 24, 2014 at 04:12:48PM +, Sujith Sankar (ssujith) wrote: >> >> >> On 24/11/14 5:03 pm, "Neil Horman" wrote: >> >> >On Mon, Nov 24, 2014 at 05:45:54AM +, Sujith Sankar (ssujith) >>wrote: >> >> >> >> >> >> On 24/11/14 5:47 am,

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

2014-11-24 Thread David Marchand
> -Sujith > > From: David Marchand > Date: Monday, 24 November 2014 4:33 pm > To: "Sujith Sankar (ssujith)" > Cc: "dev at dpdk.org" , "Prasad Rao (prrao)" cisco.com> > Subject: Re: [dpdk-dev] [PATCH v3 6/6] DPDK changes for accommodating > ENIC

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

2014-11-24 Thread Sujith Sankar (ssujith)
o.com>> Cc: "dev at dpdk.org<mailto:dev at dpdk.org>" mailto:dev at dpdk.org>>, "Prasad Rao (prrao)" mailto:prrao at cisco.com>> Subject: Re: [dpdk-dev] [PATCH v3 6/6] DPDK changes for accommodating ENIC PMD Mmm, I am not that familiar with

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

2014-11-24 Thread Sujith Sankar (ssujith)
On 24/11/14 5:03 pm, "Neil Horman" wrote: >On Mon, Nov 24, 2014 at 05:45:54AM +, Sujith Sankar (ssujith) wrote: >> >> >> On 24/11/14 5:47 am, "Neil Horman" wrote: >> >> >On Sun, Nov 23, 2014 at 09:38:19PM +0530, Sujith Sankar wrote: >> >> Signed-off-by: Sujith Sankar >> >> --- >> >> c

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

2014-11-24 Thread Sujith Sankar (ssujith)
ay, 24 November 2014 4:33 pm To: "Sujith Sankar (ssujith)" mailto:ssujith at cisco.com>> Cc: "dev at dpdk.org<mailto:dev at dpdk.org>" mailto:dev at dpdk.org>>, "Prasad Rao (prrao)" mailto:prrao at cisco.com>> Subject: Re: [dpdk-dev] [PATCH v

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

2014-11-24 Thread Neil Horman
On Mon, Nov 24, 2014 at 04:12:48PM +, Sujith Sankar (ssujith) wrote: > > > On 24/11/14 5:03 pm, "Neil Horman" wrote: > > >On Mon, Nov 24, 2014 at 05:45:54AM +, Sujith Sankar (ssujith) wrote: > >> > >> > >> On 24/11/14 5:47 am, "Neil Horman" wrote: > >> > >> >On Sun, Nov 23, 2014 at

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

2014-11-24 Thread David Marchand
Hello Sujith, On Sun, Nov 23, 2014 at 5:08 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..6bf8f2e 100644 > --- a/lib/librte_eal/linuxapp/eal/eal_pci_vfio.c > +++ b/lib/librte_eal/linuxapp/eal/eal_

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

2014-11-24 Thread Neil Horman
On Mon, Nov 24, 2014 at 05:45:54AM +, Sujith Sankar (ssujith) wrote: > > > On 24/11/14 5:47 am, "Neil Horman" wrote: > > >On Sun, Nov 23, 2014 at 09:38:19PM +0530, Sujith Sankar wrote: > >> Signed-off-by: Sujith Sankar > >> --- > >> config/common_linuxapp | 5 +

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

2014-11-24 Thread Sujith Sankar (ssujith)
On 24/11/14 5:47 am, "Neil Horman" wrote: >On Sun, Nov 23, 2014 at 09:38:19PM +0530, Sujith Sankar wrote: >> Signed-off-by: Sujith Sankar >> --- >> config/common_linuxapp | 5 + >> lib/Makefile | 1 + >> lib/librte_eal/linu

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

2014-11-23 Thread Sujith Sankar
Signed-off-by: Sujith Sankar --- config/common_linuxapp | 5 + lib/Makefile | 1 + lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 7 +++ lib/librte_eal/linuxapp/eal/include/eal_pci_init.h | 1 + mk/rte.app.mk

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

2014-11-23 Thread Neil Horman
On Sun, Nov 23, 2014 at 09:38:19PM +0530, Sujith Sankar wrote: > Signed-off-by: Sujith Sankar > --- > config/common_linuxapp | 5 + > lib/Makefile | 1 + > lib/librte_eal/linuxapp/eal/eal_pci_vfio.c | 7 +++ > lib/l