linux/drivers/nvme/host
Daniel Wagner 9639296151 nvme: repack struct nvme_ns_head
ns_id, lba_shift and ms are always accessed for every read/write I/O in
nvme_setup_rw. By grouping these variables into one cacheline we can
safe some cycles.

4k sequential reads:

           baseline   patched
Bandwidth: 1620       1634
IOPs       66345579   66910939

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
2023-12-19 09:10:13 -08:00
..
apple.c nvme-apple: return directly instead of else 2023-04-13 08:55:06 +02:00
auth.c nvme-auth: set explanation code for failure2 msgs 2023-11-20 09:25:23 -08:00
constants.c nvme fixes for Linux 6.5 2023-06-30 14:04:08 -06:00
core.c nvme: add csi, ms and nuse to sysfs 2023-12-19 09:10:08 -08:00
fabrics.c nvme: blank out authentication fabrics options if not configured 2023-11-20 09:25:32 -08:00
fabrics.h nvme-fabrics: parse options 'keyring' and 'tls_key' 2023-10-11 10:29:58 -07:00
fault_inject.c nvme: fix parameter check in nvme_fault_inject_init() 2023-07-12 08:48:33 -07:00
fc.c nvme: move nvme_stop_keep_alive() back to original position 2023-11-22 08:07:02 -08:00
fc.h
hwmon.c nvme: host: hwmon: constify pointers to hwmon_channel_info 2023-08-21 12:54:02 -07:00
ioctl.c nvme: move ns id info to struct nvme_ns_head 2023-12-19 09:09:15 -08:00
Kconfig nvme: common: make keyring and auth separate modules 2023-11-07 10:05:15 -08:00
Makefile nvme: rework NVME_AUTH Kconfig selection 2023-10-12 08:04:49 -07:00
multipath.c nvme: rename ns attribute group 2023-12-19 09:10:05 -08:00
nvme.h nvme: repack struct nvme_ns_head 2023-12-19 09:10:13 -08:00
pci.c for-6.7/block-2023-10-30 2023-11-01 12:30:07 -10:00
pr.c nvme: Add pr_ops read_reservation support 2023-04-11 21:55:36 -04:00
rdma.c nvme: refactor ns info helpers 2023-12-19 09:09:58 -08:00
sysfs.c nvme: add csi, ms and nuse to sysfs 2023-12-19 09:10:08 -08:00
tcp.c nvme: tcp: fix compile-time checks for TLS mode 2023-11-22 18:41:14 -07:00
trace.c
trace.h nvme: fix async event trace event 2023-04-13 08:59:04 +02:00
zns.c nvme: refactor ns info setup function 2023-12-19 09:10:01 -08:00