All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH iproute2 0/4] Devlink health FMSG fixes and enhancements
@ 2019-09-05 12:43 Tariq Toukan
  2019-09-05 12:43 ` [PATCH iproute2 1/4] devlink: Add helper for left justification print Tariq Toukan
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Tariq Toukan @ 2019-09-05 12:43 UTC (permalink / raw)
  To: Stephen Hemminger, David Ahern
  Cc: netdev, Moshe Shemesh, Aya Levin, Jiri Pirko, Tariq Toukan

Hi,

This patchset by Aya enhances FMSG output and fixes bugs in devlink health.

Patch 1 adds a helper function wrapping repeating code which determines
  whether left-hand-side space separator in needed or not. It's not
  needed after a newline.
Patch 2 fixes left justification of FMSG output. Prior to this patch
  the FMSG output had an extra space on the left-hand-side. This patch
  avoids this by looking at a flag turned on by pr_out_new_line.
Patch 3 fixes inconsistency between input and output in devlink health
  show command.
Patch 4 fixes ill setting of auto_recovery, prior to this patch setting
  auto_recovery zeroed grace_period.

Series generated against master commit:
84b9168328bf ip nexthop: Allow flush|list operations to specify a specific protocol

Thanks,
Tariq

Aya Levin (4):
  devlink: Add helper for left justification print
  devlink: Left justification on FMSG output
  devlink: Fix inconsistency between command input and output
  devlink: Fix devlink health set command

 devlink/devlink.c | 66 +++++++++++++++++++++++++++----------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

-- 
1.8.3.1


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

end of thread, other threads:[~2019-09-18  7:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-05 12:43 [PATCH iproute2 0/4] Devlink health FMSG fixes and enhancements Tariq Toukan
2019-09-05 12:43 ` [PATCH iproute2 1/4] devlink: Add helper for left justification print Tariq Toukan
2019-09-05 12:43 ` [PATCH iproute2 2/4] devlink: Left justification on FMSG output Tariq Toukan
2019-09-05 12:43 ` [PATCH iproute2 3/4] devlink: Fix inconsistency between command input and output Tariq Toukan
2019-09-05 12:43 ` [PATCH iproute2 4/4] devlink: Fix devlink health set command Tariq Toukan
2019-09-17 15:23   ` Stephen Hemminger
2019-09-18  7:07     ` Aya Levin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.