vhost/scsi: Convert to per-cpu ida_alloc + ida_free command map
authorNicholas Bellinger <nab@linux-iscsi.org>
Sat, 8 Jun 2013 00:47:46 +0000 (17:47 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Mon, 9 Sep 2013 21:29:18 +0000 (14:29 -0700)
commit4824d3bfb9097ac59cf7633c0bc4fb7c5b549a80
tree452934fb853e1d9c98cfeb6981903006e58beca5
parentc0add7fd05ff99c3a516c78eb6b1e6460a3efdae
vhost/scsi: Convert to per-cpu ida_alloc + ida_free command map

This patch changes vhost/scsi to use transport_init_session_tags()
pre-allocation logic for per-cpu session tag pooling with internal
ida_alloc() + ida_free() calls based upon the saved se_cmd->map_tag id.

FIXME: Make transport_init_session_tags() number of tags setup
configurable per vring client setting via configfs

v5 changes:
 - Convert to percpu_ida.h include

v3 changes:
 - Update to percpu-ida usage
 - Rebase to v3.11-rc5 code

Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: Asias He <asias@redhat.com>
Cc: Kent Overstreet <kmo@daterainc.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/vhost/scsi.c