Re: [dpdk-dev] [PATCH v2 2/2] drivers/raw: standardize naming

2019-07-31 Thread Thomas Monjalon
31/07/2019 09:29, Xu, Rosen: > Hi, > > I'm okay if it's applied in 19.11. It is already applied in 19.08-rc3.

Re: [dpdk-dev] [PATCH v2 2/2] drivers/raw: standardize naming

2019-07-31 Thread Xu, Rosen
Hi, I'm okay if it's applied in 19.11. > -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, July 30, 2019 21:40 > To: dev@dpdk.org; Mcnamara, John ; > Kovacevic, Marko ; Nipun Gupta > ; Xu, Rosen ; Zhang, Tianfei > ; Richardson, Bruce > ; Li, Xiaoyun

[dpdk-dev] [PATCH v2 2/2] drivers/raw: standardize naming

2019-07-30 Thread Thomas Monjalon
From: Bruce Richardson The driver names for rawdevs were both different in make and meson builds and were non-standard in the make version in that some included "rawdev" in the name while others didn't. Therefore, for global consistency of naming, we can use "rte_rawdev" rather than "rte_pmd" fo