options: add code for FDP pli selection use in client/server mode
authorVincent Fu <vincent.fu@samsung.com>
Thu, 13 Jul 2023 16:07:19 +0000 (12:07 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 13 Jul 2023 16:38:33 +0000 (12:38 -0400)
commit228d65ea716cf6f71328694ad36622a8f0ed844c
tree384246916e24b42950be407a9ffdae0d476328da
parente5f3b613876d6fd026ccf532f89fd21b841ab99d
options: add code for FDP pli selection use in client/server mode

For every new option, we need to convert it from the host's storage
format to the on-wire protocol and back in order to be able to use it in
client/server mode.

Fixes: d3e310c531059fb606f04819c362b4d46c518b84 ("fdp: support random placement id selection")
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
cconv.c