numam-spdk/lib
Daniel Verkamp 4662e22a99 ioat: allocate descriptor rings in parallel arrays
Rather than individually allocating each ring entry, use two large
allocations, one for the hardware descriptors and one for the software
descriptor contexts.

This allows the use of simple array indexing on the rings and also
allows the removal of most of the software descriptor structure,
since the necessary information can be retrieved based on the ring
index now.

Change-Id: I73ef24450f69ca0fc35e350286282c6b1c77a207
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2015-12-16 08:59:32 -07:00
..
ioat ioat: allocate descriptor rings in parallel arrays 2015-12-16 08:59:32 -07:00
memory build: define a common Makefile clean command 2015-12-07 15:14:36 -07:00
nvme ioat, nvme: factor out MMIO helper functions 2015-12-10 17:05:08 -07:00
util build: define a common Makefile clean command 2015-12-07 15:14:36 -07:00
Makefile ioat: add user-mode Intel I/OAT driver 2015-12-09 10:14:15 -07:00