+17
−15
Loading
We get ext_opts by getting spdk_bdev_io from nvme_bdev_io in bdev_nvme_readv() or bdev_nvme_writev() now. But this is not aligned with the current design pattern and not so efficient. We pass contents of bdev_io via parameters to bdev_nvme_readv() or bdev_nvme_writev(). Let's follow it about ext_opts. Signed-off-by:Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I8a43f31934a36fa2d43800ec8bf17916edfca477 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9292 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by:
Paul Luse <paul.e.luse@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@gmail.com>