mbox series

[0/2] block/nvme: Minor tracing improvements

Message ID 20210127212137.3482291-1-philmd@redhat.com (mailing list archive)
Headers show
Series block/nvme: Minor tracing improvements | expand

Message

Philippe Mathieu-Daudé Jan. 27, 2021, 9:21 p.m. UTC
Fix an incorrect trace event (sometimes it is better to
have no information rather than having incorrect info...)
and add another event to display the spec implemented by
the controller.

Philippe Mathieu-Daudé (2):
  block/nvme: Properly display doorbell stride length in trace event
  block/nvme: Trace NVMe spec version supported by the controller

 block/nvme.c       | 8 +++++++-
 block/trace-events | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

Comments

Kevin Wolf Feb. 2, 2021, 2:44 p.m. UTC | #1
Am 27.01.2021 um 22:21 hat Philippe Mathieu-Daudé geschrieben:
> Fix an incorrect trace event (sometimes it is better to
> have no information rather than having incorrect info...)
> and add another event to display the spec implemented by
> the controller.

Thanks, applied to the block branch.

Kevin