Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755098Ab3HRDDS (ORCPT ); Sat, 17 Aug 2013 23:03:18 -0400 Received: from mail-oa0-f43.google.com ([209.85.219.43]:64980 "EHLO mail-oa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754360Ab3HRDDQ (ORCPT ); Sat, 17 Aug 2013 23:03:16 -0400 From: "Nicholas A. Bellinger" To: target-devel Cc: lkml , linux-scsi , Kent Overstreet , Or Gerlitz , Tejun Heo , Nicholas Bellinger Subject: [PATCH 0/2] iscsi/iser-target: Add per-cpu ida tag pre-allocation for v3.12 Date: Sun, 18 Aug 2013 02:47:29 +0000 Message-Id: <1376794051-9835-1-git-send-email-nab@daterainc.com> X-Mailer: git-send-email 1.7.2.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1586 Lines: 45 From: Nicholas Bellinger 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/