[PATCH 2/5] nvme: trace nvme queue identifiers

2018-06-28 Thread Keith Busch
We can not match up a command to its completion based on the command id alone. We need to pair this up with the submitting queue identifier, so this patch adds that to the trace buffer. This patch is also collapsing the admin and io submission traces into a single one since we don't need to

[PATCH 2/5] nvme: trace nvme queue identifiers

2018-06-28 Thread Keith Busch
We can not match up a command to its completion based on the command id alone. We need to pair this up with the submitting queue identifier, so this patch adds that to the trace buffer. This patch is also collapsing the admin and io submission traces into a single one since we don't need to