From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> Hi folks, This updated series adds tag pre-allocation support for iscsi_cmd and isert_cmd descriptor memory within iscsi/iser-target fabric code, utilizing Kent's latest per-cpu ida bits posted earlier here: [PATCH-v3 1/4] idr: Percpu ida http://marc.info/?l=linux-virtualization&m=137669883717043&w=2 The first patch converts to use a command priv_size allocation in order to inline isert_cmd into a single allocation, and drops left-over cruft for iscsit_transport->iscsit_alloc_cmd(). It also drops the now unused iscsi_cmd->iscsit_release_cmd() function pointer. The second patch is a conversion to use percpu_ida_alloc() pre-allocation in iscsit_allocate_cmd() that locates the memory offset into ->sess_cmd_map, and updates iscsit_release_cmd() to call percpu_ida_free() based on the available se_session pointer. Changes in v2: - Bugfix that was triggering an OOPs during SessionType=Discovery within iscsi_target_locate_portal(). Please review as v3.12 material. Thanks! Nicholas Bellinger (2): iscsi/iser-target: Convert to command priv_size usage iscsi-target: Convert to per-cpu ida_alloc + ida_free command map drivers/infiniband/ulp/isert/ib_isert.c | 114 +++++++++----------------- drivers/infiniband/ulp/isert/ib_isert.h | 2 +- drivers/target/iscsi/iscsi_target.c | 16 +--- drivers/target/iscsi/iscsi_target.h | 1 - drivers/target/iscsi/iscsi_target_configfs.c | 2 +- drivers/target/iscsi/iscsi_target_core.h | 3 +- drivers/target/iscsi/iscsi_target_nego.c | 28 ++++++- drivers/target/iscsi/iscsi_target_util.c | 41 ++++----- include/target/iscsi/iscsi_transport.h | 8 +- 9 files changed, 98 insertions(+), 117 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html