raw/ioat: move idxd functions to separate file
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 4 May 2021 13:14:55 +0000 (14:14 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 4 May 2021 15:33:09 +0000 (17:33 +0200)
commitf82c87eb14a47094548f0540d8a10fed6b3ae988
tree1fd5ffe240d4432237d1668a0371229f47379f95
parentb7aaf417f936136518f711a13c8026b49d4a53ad
raw/ioat: move idxd functions to separate file

Split the rte_ioat_rawdev_fns.h file into two separate headers, so that
the data structures for the original ioat devices and the newer idxd
ones can be kept separate from each other. This makes code management
and rework easier.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/raw/ioat/meson.build
drivers/raw/ioat/rte_idxd_rawdev_fns.h [new file with mode: 0644]
drivers/raw/ioat/rte_ioat_rawdev_fns.h