Re: [dpdk-dev] [PATCH v2 1/6] drivers/common: add mvep common code for MRVL PMDs

2018-08-24 Thread Tomasz Duszynski
On Fri, Aug 24, 2018 at 05:45:48PM +0100, Ferruh Yigit wrote: > On 8/24/2018 3:54 PM, Tomasz Duszynski wrote: > > From: Liron Himi > > > > Add MVEP (Marvell Embedded Processors) to drivers/common which > > will keep code reused by current and future MRVL PMDs. > > Right now we have only common DMA

Re: [dpdk-dev] [PATCH v2 1/6] drivers/common: add mvep common code for MRVL PMDs

2018-08-24 Thread Ferruh Yigit
On 8/24/2018 3:54 PM, Tomasz Duszynski wrote: > From: Liron Himi > > Add MVEP (Marvell Embedded Processors) to drivers/common which > will keep code reused by current and future MRVL PMDs. > Right now we have only common DMA memory initialization routines there. > > Signed-off-by: Liron Himi >

[dpdk-dev] [PATCH v2 1/6] drivers/common: add mvep common code for MRVL PMDs

2018-08-24 Thread Tomasz Duszynski
From: Liron Himi Add MVEP (Marvell Embedded Processors) to drivers/common which will keep code reused by current and future MRVL PMDs. Right now we have only common DMA memory initialization routines there. Signed-off-by: Liron Himi Signed-off-by: Tomasz Duszynski Reviewed-by: Natalie Samsonov