Searched hist:"73383 adfad245bb84e6d6ef7830f01048fcfc217" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/nvme/target/ |
H A D | io-cmd-bdev.c | diff 73383adfad245bb84e6d6ef7830f01048fcfc217 Fri Sep 28 17:40:43 CDT 2018 Sagi Grimberg <sagi@grimberg.me> nvmet: don't split large I/Os unconditionally
If we know that the I/O size exceeds our inline bio vec, no point using it and split the rest to begin with. We could in theory reuse the inline bio and only allocate the bio_vec, but its really not worth optimizing for.
Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>
|
H A D | nvmet.h | diff 73383adfad245bb84e6d6ef7830f01048fcfc217 Fri Sep 28 17:40:43 CDT 2018 Sagi Grimberg <sagi@grimberg.me> nvmet: don't split large I/Os unconditionally
If we know that the I/O size exceeds our inline bio vec, no point using it and split the rest to begin with. We could in theory reuse the inline bio and only allocate the bio_vec, but its really not worth optimizing for.
Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>
|