fio: rename fdp.[c,h] to dataplacement.[c,h]
authorVincent Fu <vincent.fu@samsung.com>
Thu, 18 Apr 2024 17:55:27 +0000 (17:55 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Wed, 24 Apr 2024 17:44:09 +0000 (13:44 -0400)
commitc60d54ae79334a88561bbe66a0b422e2d2fa093c
treeaa3afd72eab798affdf692effa3d40d3b3322cb2
parentc948ee34afde7eda14adf82512772b03f6fb1d69
fio: rename fdp.[c,h] to dataplacement.[c,h]

We can use code in the files to support NVMe streams.  Streams also
falls under the umbrella of data placement, so it seems reasonable to
put streams and FDP code in the same source files.

Also change the prefix of some functions from fdp_ to dp_ to indicate
that they are not specific to FDP but apply more generally to the two
data placement features.

No functional change.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
Makefile
dataplacement.c [new file with mode: 0644]
dataplacement.h [new file with mode: 0644]
engines/xnvme.c
fdp.c [deleted file]
fdp.h [deleted file]
filesetup.c
io_u.c
ioengines.h