Re: [dpdk-dev] [PATCH v2 1/2] drivers/raw: remove rawdev from directory names

2019-07-31 Thread Xu, Rosen
Hi, > -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, July 30, 2019 21:40 > To: dev@dpdk.org; Xu, Rosen ; Zhang, Tianfei > ; Mcnamara, John ; > Kovacevic, Marko ; Richardson, Bruce > ; Shreyansh Jain ; > Hemant Agrawal > Cc: Neil Horman > Subject:

[dpdk-dev] [PATCH v2 1/2] drivers/raw: remove rawdev from directory names

2019-07-30 Thread Thomas Monjalon
From: Bruce Richardson The ifpga and skeleton rawdev drivers included "rawdev" in their directory names, which was superfluous given that they were in the drivers/raw directory. Shorten the names via this patch. For meson builds, this will rename the final library .so/.a files produced, but thos