numam-dpdk/drivers/common/qat
Bruce Richardson a20b2c01a7 build: standardize component names and defines
As discussed on the dpdk-dev mailing list[1], we can make some easy
improvements in standardizing the naming of the various components in DPDK,
and their associated feature-enabled macros.

Following this patch, each library will have the name in format,
'librte_<name>.so', and the macro indicating that library is enabled in the
build will have the form 'RTE_LIB_<NAME>'.

Similarly, for libraries, the equivalent name formats and macros are:
'librte_<class>_<name>.so' and 'RTE_<CLASS>_<NAME>', where class is the
device type taken from the relevant driver subdirectory name, i.e. 'net',
'crypto' etc.

To avoid too many changes at once for end applications, the old macro names
will still be provided in the build in this release, but will be removed
subsequently.

[1] http://inbox.dpdk.org/dev/ef7c1a87-79ab-e405-4202-39b7ad6b0c71@solarflare.com/t/#u

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Rosen Xu <rosen.xu@intel.com>
2020-10-19 22:15:34 +02:00
..
qat_adf common/qat: use write combining store for tail updates 2020-10-13 14:41:42 +02:00
meson.build build: standardize component names and defines 2020-10-19 22:15:34 +02:00
qat_common.c crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00
qat_common.h crypto/qat: add minimum enqueue threshold 2020-01-15 16:45:04 +01:00
qat_device.c common/qat: support GEN2 device 200xx 2020-07-28 22:09:22 +02:00
qat_device.h crypto/qat: add multi-process handling of driver ID 2020-07-08 18:16:27 +02:00
qat_logs.c log: introduce logtype register macro 2020-07-03 15:52:51 +02:00
qat_logs.h log: add log stream accessor 2019-10-27 10:41:08 +01:00
qat_qp.c common/qat: fix uninitialized variable 2020-07-28 22:09:22 +02:00
qat_qp.h common/qat: remove unused fields 2020-07-28 22:09:22 +02:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00