mbox series

[iproute2,master,0/2] Fix reporter's dump's time-stamp

Message ID 1566471942-28529-1-git-send-email-ayal@mellanox.com
Headers show
Series Fix reporter's dump's time-stamp | expand

Message

Aya Levin Aug. 22, 2019, 11:05 a.m. UTC
This patch set handles the reporter's dump time-stamp display. First
patch refactors the current implementation of helper function which
displays the reporter's dump time-stamp and add the actual print to
the function's body.

The second patch introduces a new attribute which is the time-stamp in
timespec (current time) instead of jiffies. When the new attribute is
present try and translate the time-stamp according to 'current time'.

Aya Levin (2):
  devlink: Print health reporter's dump time-stamp in a helper function
  devlink: Add a new time-stamp format for health reporter's dump

 devlink/devlink.c            | 44 ++++++++++++++++++++++++++++----------------
 include/uapi/linux/devlink.h |  2 ++
 2 files changed, 30 insertions(+), 16 deletions(-)