raw/ioat: make HW register spec private
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 8 Oct 2020 09:51:17 +0000 (10:51 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 8 Oct 2020 12:33:20 +0000 (14:33 +0200)
commitcae8a1b19ec1648c2aabd12e8113467c55f7ba32
treef6bdf45752710fd443eb9c5f8e5ad59d446eb98c
parentf55d1855408631adbe4e14a626b62564c03d6073
raw/ioat: make HW register spec private

Only a few definitions from the hardware spec are actually used in the
driver runtime, so we can copy over those few and make the rest of the spec
a private header in the driver.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Kevin Laatz <kevin.laatz@intel.com>
Acked-by: Radu Nicolau <radu.nicolau@intel.com>
drivers/raw/ioat/ioat_rawdev.c
drivers/raw/ioat/ioat_spec.h [new file with mode: 0644]
drivers/raw/ioat/meson.build
drivers/raw/ioat/rte_ioat_rawdev_fns.h
drivers/raw/ioat/rte_ioat_spec.h [deleted file]