Spdk/lib/nvme
Ziye Yang 320c7fb825 nvme: drop Set Features of Keep Alive Timeout
The NVMe over Fabrics transports should already be setting this in the
initial admin queue Connect command, so setting it again is not useful.

The kernel NVMe over Fabrics target additionally has a bug in the Set
Features - Keep Alive Timeout handler (it is extracting the KATO value
from the wrong offset in the command), so this works around the kernel
bug by not sending the Set Features command at all.

Change-Id: I0d7f09b71fcea116acf8810c5880157bb9315a04
Signed-off-by: Ziye Yang <ziye.yang@intel.com>
2016-12-07 12:34:02 -07:00
..
Makefile nvme: Monitor uevent for device insert and remove 2016-11-30 14:27:43 -07:00
nvme_ctrlr_cmd.c nvme: move create and delete I/O queue commands to PCIe 2016-10-18 10:14:00 -07:00
nvme_ctrlr.c nvme: drop Set Features of Keep Alive Timeout 2016-12-07 12:34:02 -07:00
nvme_internal.h nvme: Rename spdk_nvme_transport to spdk_nvme_transport_type 2016-12-07 09:47:00 -07:00
nvme_ns_cmd.c nvme: Change the deallocate interface to generic dsm 2016-10-04 14:36:09 -07:00
nvme_ns.c nvme: convert transport type to an enum 2016-11-07 10:42:18 -07:00
nvme_pcie.c nvme: Rename spdk_nvme_transport to spdk_nvme_transport_type 2016-12-07 09:47:00 -07:00
nvme_qpair.c nvme: Rename spdk_nvme_transport to spdk_nvme_transport_type 2016-12-07 09:47:00 -07:00
nvme_quirks.c env: add struct spdk_pci_id and getter function 2016-11-01 09:40:36 -07:00
nvme_rdma.c nvme/rdma: fix the kato value assginment in connection 2016-12-07 12:34:02 -07:00
nvme_transport.c nvme: Rename spdk_nvme_transport to spdk_nvme_transport_type 2016-12-07 09:47:00 -07:00
nvme_uevent.c nvme: Monitor uevent for device insert and remove 2016-11-30 14:27:43 -07:00
nvme_uevent.h nvme: Monitor uevent for device insert and remove 2016-11-30 14:27:43 -07:00
nvme.c nvme: Rename spdk_nvme_transport to spdk_nvme_transport_type 2016-12-07 09:47:00 -07:00