From: David Ahern <dsahern@kernel.org>
To: Mohsin Bashir <mohsin.bashr@gmail.com>, netdev@vger.kernel.org
Cc: stephen@networkplumber.org, pabeni@redhat.com, kuba@kernel.org,
ernis@linux.microsoft.com, alexanderduyck@gmail.com,
Claude Assistant <noreply@anthropic.com>
Subject: Re: [PATCH iproute2-next v3 2/6] netshaper: Add bw-min and weight parameter support
Date: Thu, 14 May 2026 09:16:25 -0600 [thread overview]
Message-ID: <3e12abeb-ea9e-4e2a-876c-4918368511e9@kernel.org> (raw)
In-Reply-To: <20260511183915.797792-3-mohsin.bashr@gmail.com>
On 5/11/26 12:39 PM, Mohsin Bashir wrote:
> @@ -33,11 +33,13 @@ static void usage(void)
> "OPTIONS := { -V[ersion] | -c[olor] | -help }\n"
> "COMMAND := { set | get | delete } dev DEVNAME\n"
> " handle scope HANDLE_SCOPE [id HANDLE_ID]\n"
> - " [bw-max BW_MAX]\n"
> + " [bw-min BW_MIN] [bw-max BW_MAX] [weight WEIGHT]\n"
> + "\n"
> "Where: DEVNAME := STRING\n"
> " HANDLE_SCOPE := { netdev | queue | node }\n"
> " HANDLE_ID := UINT (required for queue/node, optional for netdev)\n"
> - " BW_MAX := UINT{ kbit | mbit | gbit }\n");
> + " BW_MAX/BW_MIN := UINT{ kbit | mbit | gbit }\n"
BW_MIN/BW_MAX
next prev parent reply other threads:[~2026-05-14 15:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-11 18:39 [PATCH iproute2-next v3 0/6] netshaper: Extend netshaper support Mohsin Bashir
2026-05-11 18:39 ` [PATCH iproute2-next v3 1/6] netshaper: Extract parse_scope() and parse_rate() helpers Mohsin Bashir
2026-05-11 18:39 ` [PATCH iproute2-next v3 2/6] netshaper: Add bw-min and weight parameter support Mohsin Bashir
2026-05-14 15:16 ` David Ahern [this message]
2026-05-11 18:39 ` [PATCH iproute2-next v3 3/6] netshaper: Extend show output with parent, bw-min and weight Mohsin Bashir
2026-05-11 18:39 ` [PATCH iproute2-next v3 4/6] netshaper: Extract struct shaper_args and parse_shaper_arg() helper Mohsin Bashir
2026-05-11 18:39 ` [PATCH iproute2-next v3 5/6] netshaper: Add group command for creating scheduling hierarchies Mohsin Bashir
2026-05-14 15:15 ` David Ahern
2026-05-15 23:18 ` Mohsin Bashir
2026-05-11 18:39 ` [PATCH iproute2-next v3 6/6] netshaper: Update man page for new parameters and group command Mohsin Bashir
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=3e12abeb-ea9e-4e2a-876c-4918368511e9@kernel.org \
--to=dsahern@kernel.org \
--cc=alexanderduyck@gmail.com \
--cc=ernis@linux.microsoft.com \
--cc=kuba@kernel.org \
--cc=mohsin.bashr@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=noreply@anthropic.com \
--cc=pabeni@redhat.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 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.