Spdk/module/bdev/nvme
Tomasz Kulasek c241161ad2 bdev/nvme: set default admin poll period to 10ms
Sending large amounts  of data from host to the controller with 1s
admin polling time, take a lot of time (e.g. 1M firmware file in 4k
chunks takes ~17min).

Reducing this time to 10ms whole operation takes about 3s.

Change-Id: I2dabe9f60acab57e348c34bfabc3cc7479dedec9
Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1393
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
2020-03-24 12:24:04 +00:00
..
bdev_nvme_cuse_rpc.c lib/nvme: remove device name parameter from nvme cuse 2019-12-09 17:40:35 +00:00
bdev_nvme_rpc.c vbdev: close the base bdev on its opened thread 2020-02-25 10:46:40 +00:00
bdev_nvme.c bdev/nvme: set default admin poll period to 10ms 2020-03-24 12:24:04 +00:00
bdev_nvme.h bdev/nvme: Add 'delay_cmd_submit' to nvme bdev options 2019-12-10 17:32:10 +00:00
bdev_ocssd_rpc.c bdev/ocssd: fixed leaking range buffer 2019-12-23 08:43:34 +00:00
bdev_ocssd.c bdev/ocssd: track outstanding admin commands 2020-03-13 08:53:39 +00:00
bdev_ocssd.h bdev/ocssd: media management events 2019-12-20 10:02:15 +00:00
common.c bdev/nvme: do not destruct ctrlr if reset is in progress 2020-03-16 08:45:22 +00:00
common.h bdev/nvme: do not destruct ctrlr if reset is in progress 2020-03-16 08:45:22 +00:00
Makefile make: rev SO versions individually for libraries. 2020-03-18 08:02:30 +00:00
nvme_rpc.c nvme/rpc: fix memory leak when cmdbuf decode fails for bdev_nvme_send_cmd 2020-02-10 10:24:28 +00:00
vbdev_opal_rpc.c bdev/opal: Add rpc commands for multiuser 2019-10-24 17:09:57 +00:00
vbdev_opal.c module/opal: fix use of wrong ch when queueing IO 2020-02-13 09:52:46 +00:00
vbdev_opal.h bdev/opal: Add rpc commands for multiuser 2019-10-24 17:09:57 +00:00