From: Vladimir Oltean <vladimir.oltean@nxp.com>
To: Petr Machata <petrm@nvidia.com>
Cc: Stephen Hemminger <stephen@networkplumber.org>,
"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
David Ahern <dsahern@kernel.org>
Subject: Re: [PATCH iproute2] dcb: fix broken "show default-prio"
Date: Fri, 25 Feb 2022 21:36:18 +0000 [thread overview]
Message-ID: <20220225213618.wkoch6zbxqhtqotq@skbuf> (raw)
In-Reply-To: <87sfs6d434.fsf@nvidia.com>
On Fri, Feb 25, 2022 at 10:30:38PM +0100, Petr Machata wrote:
>
> Stephen Hemminger <stephen@networkplumber.org> writes:
>
> > On Fri, 25 Feb 2022 19:12:58 +0200
> > Vladimir Oltean <vladimir.oltean@nxp.com> wrote:
> >
> >> diff --git a/dcb/dcb_app.c b/dcb/dcb_app.c
> >> index 6bd64bbed0cc..c135e73acb76 100644
> >> --- a/dcb/dcb_app.c
> >> +++ b/dcb/dcb_app.c
> >> @@ -646,6 +646,8 @@ static int dcb_cmd_app_show(struct dcb *dcb, const char *dev, int argc, char **a
> >> if (matches(*argv, "help") == 0) {
> >> dcb_app_help_show_flush();
> >> goto out;
> >> + } else if (matches(*argv, "default-prio") == 0) {
> >> + dcb_app_print_default_prio(&tab);
> >> } else if (matches(*argv, "ethtype-prio") == 0) {
> >> dcb_app_print_ethtype_prio(&tab);
> >> } else if (matches(*argv, "dscp-prio") == 0) {
>
> A fix along these lines got merged recently:
>
> https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=924f6b4a5d2b
Ah, ok, I was on iproute2-next, this makes sense. Sorry.
prev parent reply other threads:[~2022-02-25 21:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-25 17:12 [PATCH iproute2] dcb: fix broken "show default-prio" Vladimir Oltean
2022-02-25 17:51 ` Stephen Hemminger
2022-02-25 21:30 ` Petr Machata
2022-02-25 21:36 ` Vladimir Oltean [this message]
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=20220225213618.wkoch6zbxqhtqotq@skbuf \
--to=vladimir.oltean@nxp.com \
--cc=dsahern@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=petrm@nvidia.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox