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)
commit54dcfdee85aa773358c80ec3f64631b2cb732a33
tree6b7ead9b2c7d0c610235118dfbdc138cb5524aca
parent473c88f9b391c2cd8b8622dcc488116cb09b624a
drivers/raw: standardize naming

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>
24 files changed:
doc/guides/rel_notes/release_19_08.rst
drivers/raw/dpaa2_cmdif/Makefile
drivers/raw/dpaa2_cmdif/rte_pmd_dpaa2_cmdif_version.map [deleted file]
drivers/raw/dpaa2_cmdif/rte_rawdev_dpaa2_cmdif_version.map [new file with mode: 0644]
drivers/raw/dpaa2_qdma/Makefile
drivers/raw/dpaa2_qdma/rte_pmd_dpaa2_qdma_version.map [deleted file]
drivers/raw/dpaa2_qdma/rte_rawdev_dpaa2_qdma_version.map [new file with mode: 0644]
drivers/raw/ifpga/Makefile
drivers/raw/ifpga/rte_pmd_ifpga_version.map [deleted file]
drivers/raw/ifpga/rte_rawdev_ifpga_version.map [new file with mode: 0644]
drivers/raw/ioat/Makefile
drivers/raw/ioat/rte_pmd_ioat_version.map [deleted file]
drivers/raw/ioat/rte_rawdev_ioat_version.map [new file with mode: 0644]
drivers/raw/meson.build
drivers/raw/ntb/Makefile
drivers/raw/ntb/rte_pmd_ntb_version.map [deleted file]
drivers/raw/ntb/rte_rawdev_ntb_version.map [new file with mode: 0644]
drivers/raw/octeontx2_dma/Makefile
drivers/raw/octeontx2_dma/rte_pmd_octeontx2_dma_version.map [deleted file]
drivers/raw/octeontx2_dma/rte_rawdev_octeontx2_dma_version.map [new file with mode: 0644]
drivers/raw/skeleton/Makefile
drivers/raw/skeleton/rte_pmd_skeleton_version.map [deleted file]
drivers/raw/skeleton/rte_rawdev_skeleton_version.map [new file with mode: 0644]
mk/rte.app.mk