[PATCH 0/2] iscsi/iser-target: Add per-cpu ida tag pre-allocation for v3.12

From: Nicholas A. Bellinger
Date: Sat Aug 17 2013 - 23:03:22 EST


From: Nicholas Bellinger <nab@xxxxxxxxxxxxx>

Hi folks,

This series adds tag pre-allocation support of iscsi_cmd descriptors with
iscsi/iser-target 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

and a slightly modified version of the associated target-core patch here:

[PATCH-v3 2/4] target: Add transport_init_session_tags using per-cpu ida
http://marc.info/?l=linux-virtualization&m=137669888117057&w=2

Please review as v3.12 material.

Thanks!

--nab

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 | 22 +++++-
drivers/target/iscsi/iscsi_target_util.c | 41 +++++----
include/target/iscsi/iscsi_transport.h | 8 ++-
9 files changed, 94 insertions(+), 115 deletions(-)

--
1.7.2.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/