Nicholas Bellinger
51a07f8464
qla2xxx: Convert to percpu_ida session tag pre-allocation
...
This patch converts qla2xxx target code to use generic percpu_ida
tag allocation provided by target-core, thus removing the original
kmem_cache_zalloc() for each struct qla_tgt_cmd descriptor in the
incoming ATIO packet fast-path.
This includes the conversion of qlt_handle_cmd_for_atio() to perform
qla_tgt_sess lookup before dispatching a command descriptor into
qla_tgt_wq process context, along with handling the case where no
active session exists, and subsequently kicking off a seperate
process context for qlt_create_sess_from_atio() to create a new one.
It also includes moving tag allocation into generic code within
qlt_get_tag(), so that the same logic can be shared between
qlt_handle_cmd_for_atio() + qlt_create_sess_from_atio() contexts.
Also, __qlt_do_work() has been made generic between both normal
process context in qlt_do_work() + qlt_create_sess_from_atio().
Next, update qlt_free_cmd() to release the percpu-ida tags, and
drop the now-unused global qla_tgt_cmd_cachep.
Finally in tcm_qla2xxx code, tcm_qla2xxx_check_initiator_node_acl()
has been updated to use transport_init_session_tags() along with a
hardcoded TCM_QLA2XXX_DEFAULT_TAGS=2088 as the number of qla_tgt_cmd
descriptors to pre-allocate per qla_tgt_sess instance.
(Use ha->fw_xcb_count if available to calculate num_tags, and
also factor in extra pad tags - Quinn)
Cc: Saurav Kashyap <saurav.kashyap@qlogic.com >
Cc: Quinn Tran <quinn.tran@qlogic.com >
Cc: Giridhar Malavali <giridhar.malavali@qlogic.com >
Cc: Chad Dupuis <chad.dupuis@qlogic.com >
Cc: Roland Dreier <roland@kernel.org >
Cc: Christoph Hellwig <hch@lst.de >
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org >
2014-06-03 19:18:42 -07:00
..
2014-03-19 15:04:44 -07:00
2014-03-19 15:04:44 -07:00
2013-06-04 11:15:59 -07:00
2014-03-15 10:19:19 -07:00
2014-03-19 15:04:44 -07:00
2014-04-01 19:19:15 -07:00
2014-03-19 15:04:47 -07:00
2014-04-07 14:55:46 -07:00
2014-04-07 14:55:46 -07:00
2013-11-15 16:47:22 -08:00
2014-03-15 10:19:18 -07:00
2013-10-25 11:19:33 +01:00
2011-07-26 16:49:47 -07:00
2014-03-19 15:04:44 -07:00
2014-03-20 13:43:45 +01:00
2013-11-15 16:47:22 -08:00
2014-03-19 15:04:44 -07:00
2014-03-15 10:19:17 -07:00
2013-09-04 13:52:35 -07:00
2014-04-01 18:49:04 -07:00
2014-03-15 10:18:58 -07:00
2014-03-15 10:19:21 -07:00
2014-01-30 11:19:05 -08:00
2014-01-30 11:19:05 -08:00
2013-10-14 15:26:04 +02:00
2013-11-23 22:33:47 -08:00
2013-04-09 14:13:21 -04:00
2014-03-19 15:04:44 -07:00
2014-06-03 19:18:42 -07:00
2014-03-15 10:19:18 -07:00
2014-04-12 18:02:16 -07:00
2013-11-15 16:47:22 -08:00
2013-11-29 08:48:39 +04:00
2011-03-31 11:26:23 -03:00
2013-11-29 08:48:39 +04:00
2013-11-29 08:48:39 +04:00
2011-03-31 11:26:23 -03:00
2011-03-31 11:26:23 -03:00
2012-03-28 18:30:03 +01:00
2011-03-31 11:26:23 -03:00
2013-01-03 15:57:01 -08:00
2013-11-26 11:09:07 +01:00
2013-11-26 11:09:07 +01:00
2013-11-26 11:09:07 +01:00
2013-10-25 11:44:54 +01:00
2014-03-19 15:04:44 -07:00
2012-06-28 11:44:36 +02:00
2013-04-09 14:13:23 -04:00
2013-04-09 14:13:29 -04:00
2014-03-10 21:15:09 +01:00
2013-04-09 14:13:29 -04:00
2013-10-14 15:26:04 +02:00
2013-10-25 09:57:57 +01:00
2013-06-26 18:32:47 -07:00
2013-01-03 15:57:01 -08:00
2013-02-27 19:10:18 -08:00
2013-07-09 22:52:29 +01:00
2013-11-15 16:47:22 -08:00
2011-03-31 11:26:23 -03:00
2013-01-03 15:57:01 -08:00
2013-10-25 11:40:42 +01:00
2013-10-25 11:36:26 +01:00
2014-03-19 15:04:44 -07:00
2013-04-09 14:13:17 -04:00
2014-03-19 15:04:44 -07:00
2014-03-19 15:04:44 -07:00
2013-08-01 18:08:34 -07:00
2013-08-01 18:08:34 -07:00
2013-01-03 15:57:01 -08:00
2013-06-26 18:32:47 -07:00
2014-03-19 15:04:44 -07:00
2013-04-09 14:13:16 -04:00
2013-04-09 14:13:16 -04:00
2014-03-19 15:04:44 -07:00
2013-04-09 14:13:16 -04:00
2013-11-26 11:09:07 +01:00
2014-03-15 10:18:59 -07:00
2014-03-15 10:19:23 -07:00
2014-04-21 07:56:53 -07:00
2014-03-15 10:19:23 -07:00
2013-01-03 15:57:01 -08:00
2012-11-27 08:59:43 +04:00
2013-04-09 14:13:16 -04:00
2014-03-19 15:04:44 -07:00
2014-03-19 15:04:44 -07:00
2011-03-31 11:26:23 -03:00
2014-04-01 19:19:15 -07:00
2014-03-19 15:04:42 -07:00
2013-11-29 08:48:39 +04:00
2013-04-09 14:13:27 -04:00
2014-03-15 10:19:19 -07:00
2014-04-11 16:15:36 -04:00
2014-04-11 16:15:36 -04:00
2013-01-03 15:57:01 -08:00
2014-06-02 12:42:19 -07:00
2013-01-03 15:57:01 -08:00
2014-03-15 10:19:18 -07:00
2014-04-03 16:57:19 -07:00
2011-10-31 19:31:24 -04:00
2012-03-28 18:30:03 +01:00
2013-01-03 15:57:01 -08:00
2013-12-19 20:56:28 -08:00
2013-04-09 14:13:17 -04:00
2013-12-19 07:39:02 -08:00
2014-03-27 08:26:31 -07:00
2014-03-27 08:26:31 -07:00
2012-03-28 18:30:03 +01:00
2013-01-03 15:57:01 -08:00
2013-04-09 14:13:15 -04:00
2013-10-14 15:26:04 +02:00
2013-04-15 14:30:44 -06:00
2013-10-14 15:31:06 +02:00
2014-03-19 15:04:44 -07:00
2013-04-09 14:13:17 -04:00
2013-01-03 15:57:01 -08:00
2013-01-03 15:57:01 -08:00
2011-05-10 10:16:21 +02:00
2013-06-19 17:53:35 +02:00
2011-03-31 11:26:23 -03:00
2012-03-28 18:30:03 +01:00
2011-03-31 11:26:23 -03:00
2014-03-19 15:04:44 -07:00
2013-04-09 14:13:17 -04:00
2013-12-06 08:30:18 -08:00
2012-02-21 11:40:37 +01:00
2013-04-09 14:13:17 -04:00
2013-01-03 15:57:01 -08:00
2014-02-27 08:07:39 -08:00
2013-01-03 15:57:01 -08:00
2013-01-03 15:57:01 -08:00
2014-03-19 15:04:37 -07:00
2013-06-24 13:00:10 -07:00
2014-04-21 14:28:40 -07:00
2011-10-31 19:31:23 -04:00
2014-04-21 14:27:26 -07:00
2013-03-28 14:27:24 -04:00
2014-04-10 15:30:35 -07:00
2014-04-10 15:30:35 -07:00
2013-05-31 15:16:51 -04:00
2014-04-11 17:23:52 -07:00
2014-04-01 18:49:04 -07:00
2011-10-31 19:31:23 -04:00
2014-03-15 10:19:24 -07:00
2011-05-24 12:38:36 -04:00
2014-03-15 10:17:50 -07:00
2014-02-20 14:54:28 +01:00
2012-12-01 10:08:41 +00:00
2012-05-10 09:06:12 +01:00
2014-03-24 10:05:30 -07:00
2014-04-11 17:23:52 -07:00
2012-01-03 22:54:07 -05:00
2013-11-23 22:33:50 -08:00
2014-04-11 17:23:52 -07:00
2014-03-27 08:26:33 -07:00
2014-03-27 08:26:31 -07:00
2013-10-25 10:59:54 +01:00
2013-01-03 15:57:01 -08:00
2013-01-03 15:57:01 -08:00
2013-01-03 15:57:01 -08:00
2011-10-31 19:31:24 -04:00
2013-12-16 10:57:51 -08:00
2011-07-21 14:15:58 -07:00
2014-03-15 10:19:22 -07:00
2012-09-14 17:59:29 +01:00
2013-10-14 15:26:04 +02:00
2014-03-12 13:16:54 +04:00
2013-05-04 14:50:16 -04:00
2012-03-28 18:30:03 +01:00
2013-05-04 14:50:16 -04:00
2013-05-04 14:50:16 -04:00
2013-01-03 15:57:01 -08:00
2013-01-03 15:57:01 -08:00
2013-01-03 15:57:01 -08:00
2014-03-19 15:04:44 -07:00
2013-04-09 14:13:17 -04:00
2013-11-15 16:47:22 -08:00
2013-10-25 11:51:37 +01:00
2014-03-19 15:04:44 -07:00
2012-03-28 18:30:03 +01:00
2014-06-02 12:42:19 -07:00
2014-03-19 15:04:46 -07:00
2014-03-19 15:04:46 -07:00
2013-04-09 14:13:15 -04:00
2013-04-09 14:13:15 -04:00
2014-03-19 15:04:44 -07:00
2013-01-03 15:57:01 -08:00
2013-11-26 11:09:07 +01:00