[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1376794051-9835-1-git-send-email-nab@daterainc.com>
Date: Sun, 18 Aug 2013 02:47:29 +0000
From: "Nicholas A. Bellinger" <nab@...erainc.com>
To: target-devel <target-devel@...r.kernel.org>
Cc: lkml <linux-kernel@...r.kernel.org>,
linux-scsi <linux-scsi@...r.kernel.org>,
Kent Overstreet <kmo@...erainc.com>,
Or Gerlitz <ogerlitz@...lanox.com>, Tejun Heo <tj@...nel.org>,
Nicholas Bellinger <nab@...erainc.com>
Subject: [PATCH 0/2] iscsi/iser-target: Add per-cpu ida tag pre-allocation for v3.12
From: Nicholas Bellinger <nab@...erainc.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists