raw/ioat: split header file for readability
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 8 Oct 2020 09:51:14 +0000 (10:51 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 8 Oct 2020 12:33:20 +0000 (14:33 +0200)
commit507bf656bfa50262007869210ac63e5305f5e4b3
treef4f77e42f1932be9b4b8bc9785c996e41c94669f
parent95b686a665ebd4622d1292ae5cfb4b7a50ed9f07
raw/ioat: split header file for readability

Rather than having a single long complicated header file for general use we
can split things so that there is one header with all the publicly needed
information - data structs and function prototypes - while the rest of the
internal details are put separately. This makes it easier to read,
understand and use the APIs.

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/meson.build
drivers/raw/ioat/rte_ioat_rawdev.h
drivers/raw/ioat/rte_ioat_rawdev_fns.h [new file with mode: 0644]