raw/ioat: expand descriptor struct to full 64 bytes
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 4 May 2021 13:14:50 +0000 (14:14 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 4 May 2021 15:09:47 +0000 (17:09 +0200)
commita2bc5d7bcc11438404027c119e889f6cd4c2bdfa
tree84aa2e365a4e5b31a9ed7abdd78224f4bc40c60a
parentcb235af84d333a8ddc41a756d93e7918a8a11285
raw/ioat: expand descriptor struct to full 64 bytes

Although it's unused by the driver, add the interrupt handle field in
the descriptor to the descriptor structure for completeness, and
explicitly add the reserved padding field on the end of the structure
too. This means that when a descriptor is defined on the stack, or
initialized by the compiler, the unused/reserved space will be zeroed
appropriately.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
drivers/raw/ioat/rte_ioat_rawdev_fns.h