All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tariq Toukan <tariqt@mellanox.com>
To: Stephen Hemminger <stephen@networkplumber.org>,
	David Ahern <dsahern@gmail.com>
Cc: netdev@vger.kernel.org, Moshe Shemesh <moshe@mellanox.com>,
	Aya Levin <ayal@mellanox.com>, Jiri Pirko <jiri@mellanox.com>,
	Tariq Toukan <tariqt@mellanox.com>
Subject: [PATCH iproute2 0/4] Devlink health FMSG fixes and enhancements
Date: Thu,  5 Sep 2019 15:43:03 +0300	[thread overview]
Message-ID: <1567687387-12993-1-git-send-email-tariqt@mellanox.com> (raw)

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


             reply	other threads:[~2019-09-05 12:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-05 12:43 Tariq Toukan [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1567687387-12993-1-git-send-email-tariqt@mellanox.com \
    --to=tariqt@mellanox.com \
    --cc=ayal@mellanox.com \
    --cc=dsahern@gmail.com \
    --cc=jiri@mellanox.com \
    --cc=moshe@mellanox.com \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.