Spdk/test/unit/lib/scsi
Shuhei Matsumoto 58adc0086c scsi: SCSI device supports 256 LUNs at the maximum by default
Most SCSI hosts, Linux, Windows, VMware, supports 256 LUNs per
device now, and it is not easy to test even if any other non-free
OS or driver supports more than 256 LUNs.

Hence increase the macro constant SPDK_SCSI_DEV_MAX_LUN from 64 to
256. Then we do not need to expose it publicly now. So move it to
lib/scsi/scsi_internal.h.

Update the CHANGELOG together.

Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Change-Id: Iacde46c3854f326eebfb8befb47d41fce383b027
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9631
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
2022-06-30 13:32:26 -04:00
..
dev.c scsi: SCSI device supports 256 LUNs at the maximum by default 2022-06-30 13:32:26 -04:00
lun.c test: optimize unit test .gitignore files 2021-08-20 07:29:57 +00:00
scsi_bdev.c scsi: Report LUNs use spdk_scsi_dev_get_first/next_lun() to iterate LUNs 2022-06-30 13:32:26 -04:00
scsi_pr.c test: optimize unit test .gitignore files 2021-08-20 07:29:57 +00:00
scsi.c test: optimize unit test .gitignore files 2021-08-20 07:29:57 +00:00
Makefile UT/SCSI: add persistent reservation unit tests framework 2019-06-03 23:59:49 +00:00