Re: [dpdk-dev] [PATCH v2] net/mrvl: rename PMD driver as mvpp2

2018-03-30 Thread Ferruh Yigit
On 3/27/2018 8:20 PM, Ferruh Yigit wrote: > On 3/26/2018 3:38 PM, Tomasz Duszynski wrote: >> From: Natalie Samsonov >> >> The name "mrvl" for Marvell PMD driver for PPv2 Marvell PPv2 >> (Packet Processor v2) 1/10 Gbps adapter is too generic and causes >> problem for adding new PMD drivers for othe

Re: [dpdk-dev] [PATCH v2] net/mrvl: rename PMD driver as mvpp2

2018-03-27 Thread Ferruh Yigit
On 3/26/2018 3:38 PM, Tomasz Duszynski wrote: > From: Natalie Samsonov > > The name "mrvl" for Marvell PMD driver for PPv2 Marvell PPv2 > (Packet Processor v2) 1/10 Gbps adapter is too generic and causes > problem for adding new PMD drivers for other Marvell devices. > Changed to "mvpp2" for spec

[dpdk-dev] [PATCH v2] net/mrvl: rename PMD driver as mvpp2

2018-03-26 Thread Tomasz Duszynski
From: Natalie Samsonov The name "mrvl" for Marvell PMD driver for PPv2 Marvell PPv2 (Packet Processor v2) 1/10 Gbps adapter is too generic and causes problem for adding new PMD drivers for other Marvell devices. Changed to "mvpp2" for specific Marvell PPv2 PMD. This patch doesn't introduce any c