public inbox for linux-nvme@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] tcp: add additional info for nvme_tcp_timeout log
@ 2022-11-16 13:57 amit.engel
  2022-11-16 18:37 ` Chaitanya Kulkarni
  2022-11-17 13:13 ` [PATCH] nvme-tcp: " amit.engel
  0 siblings, 2 replies; 15+ messages in thread
From: amit.engel @ 2022-11-16 13:57 UTC (permalink / raw)
  To: sagi, linux-nvme; +Cc: amit.engel, Amit Engel

From: Amit Engel <Amit.Engel@dell.com>

Signed-off-by: Amit Engel <Amit.Engel@dell.com>
---
 drivers/nvme/host/tcp.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/drivers/nvme/host/tcp.c b/drivers/nvme/host/tcp.c
index 1eed0fc26b3a..5abaff5d6f6e 100644
--- a/drivers/nvme/host/tcp.c
+++ b/drivers/nvme/host/tcp.c
@@ -2277,8 +2277,11 @@ static enum blk_eh_timer_return nvme_tcp_timeout(struct request *rq)
 	struct nvme_tcp_cmd_pdu *pdu = req->pdu;
 
 	dev_warn(ctrl->device,
-		"queue %d: timeout request %#x type %d\n",
-		nvme_tcp_queue_id(req->queue), rq->tag, pdu->hdr.type);
+		"queue %d: cntlid %u timeout request %#x type %d cid %u opcode %#x "
+		"start time %lluns io start time %lluns request timeout %ums\n",
+		nvme_tcp_queue_id(req->queue), ctrl->cntlid, rq->tag, pdu->hdr.type,
+		pdu->cmd.common.command_id, pdu->cmd.common.opcode,
+		ktime_sub_ns(ktime_get(), rq->start_time_ns), ktime_sub_ns(ktime_get(), rq->io_start_time_ns), jiffies_to_msecs(rq->timeout));
 
 	if (ctrl->state != NVME_CTRL_LIVE) {
 		/*
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2022-12-06 12:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-16 13:57 [PATCH] tcp: add additional info for nvme_tcp_timeout log amit.engel
2022-11-16 18:37 ` Chaitanya Kulkarni
2022-11-17 13:14   ` Engel, Amit
2022-11-17 13:13 ` [PATCH] nvme-tcp: " amit.engel
2022-11-20 11:59   ` Sagi Grimberg
2022-11-21 11:32     ` Engel, Amit
2022-11-21 11:36       ` Sagi Grimberg
2022-11-21 12:11         ` Engel, Amit
2022-11-21 14:34           ` Sagi Grimberg
2022-12-04 17:28             ` Engel, Amit
2022-12-05  5:38               ` Chaitanya Kulkarni
2022-12-05  9:59               ` Sagi Grimberg
2022-12-05 18:00                 ` Engel, Amit
2022-12-05 20:11                   ` Sagi Grimberg
2022-12-06 12:57                     ` Engel, Amit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox