drivers/raw: standardize naming
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 5 Jul 2019 09:34:01 +0000 (10:34 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 30 Jul 2019 13:36:35 +0000 (15:36 +0200)
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" for the prefix for the libraries. While most other driver
categories use "rte_pmd" as a prefix, there is precedent for this in the
mempool drivers use "rte_mempool" as a prefix.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>

No differences found