netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: netdev@vger.kernel.org, dsahern@kernel.org, stephen@networkplumber.org
Subject: Re: [PATCH v2 iproute2-next 00/10] Add tc-mqprio and tc-taprio support for preemptible traffic classes
Date: Mon, 24 Apr 2023 16:40:19 +0000	[thread overview]
Message-ID: <168235441955.3182.11739919832221309922.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230418113953.818831-1-vladimir.oltean@nxp.com>

Hello:

This series was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:

On Tue, 18 Apr 2023 14:39:43 +0300 you wrote:
> This is the iproute2 support for the tc program to make use of the
> kernel features added in commit f7d29571ab0a ("Merge branch
> 'add-kernel-tc-mqprio-and-tc-taprio-support-for-preemptible-traffic-classes'").
> 
> The state of the man pages prior to this work was a bit unsatisfactory,
> so patches 03-07 contain some man page cleanup in tc-taprio(8) and
> tc-mqprio(8).
> 
> [...]

Here is the summary with links:
  - [v2,iproute2-next,01/10] tc/taprio: add max-sdu to the man page SYNOPSIS section
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=bad08997cfec
  - [v2,iproute2-next,02/10] tc/taprio: add a size table to the examples from the man page
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=201e2f968bd2
  - [v2,iproute2-next,03/10] tc/mqprio: fix stray ] in man page synopsis
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=4f4e2481e3a5
  - [v2,iproute2-next,04/10] tc/mqprio: use words in man page to express min_rate/max_rate dependency on bw_rlimit
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=82289b7addab
  - [v2,iproute2-next,05/10] tc/mqprio: break up synopsis into multiple lines
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=8c028693cd5f
  - [v2,iproute2-next,06/10] tc/taprio: break up help text into multiple lines
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=b54a4c9fc0cb
  - [v2,iproute2-next,07/10] Update kernel headers
    (no matching commit)
  - [v2,iproute2-next,08/10] utils: add max() definition
    (no matching commit)
  - [v2,iproute2-next,09/10] tc/mqprio: add support for preemptible traffic classes
    (no matching commit)
  - [v2,iproute2-next,10/10] tc/taprio: add support for preemptible traffic classes
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2023-04-24 16:40 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-18 11:39 [PATCH v2 iproute2-next 00/10] Add tc-mqprio and tc-taprio support for preemptible traffic classes Vladimir Oltean
2023-04-18 11:39 ` [PATCH v2 iproute2-next 01/10] tc/taprio: add max-sdu to the man page SYNOPSIS section Vladimir Oltean
2023-04-18 11:39 ` [PATCH v2 iproute2-next 02/10] tc/taprio: add a size table to the examples from the man page Vladimir Oltean
2023-04-18 11:39 ` [PATCH v2 iproute2-next 03/10] tc/mqprio: fix stray ] in man page synopsis Vladimir Oltean
2023-04-18 11:39 ` [PATCH v2 iproute2-next 04/10] tc/mqprio: use words in man page to express min_rate/max_rate dependency on bw_rlimit Vladimir Oltean
2023-04-18 11:39 ` [PATCH v2 iproute2-next 05/10] tc/mqprio: break up synopsis into multiple lines Vladimir Oltean
2023-04-18 11:39 ` [PATCH v2 iproute2-next 06/10] tc/taprio: break up help text " Vladimir Oltean
2023-04-18 11:39 ` [PATCH v2 iproute2-next 07/10] Update kernel headers Vladimir Oltean
2023-04-18 11:39 ` [PATCH v2 iproute2-next 08/10] utils: add max() definition Vladimir Oltean
2023-04-18 11:39 ` [PATCH v2 iproute2-next 09/10] tc/mqprio: add support for preemptible traffic classes Vladimir Oltean
2023-04-30  0:42   ` Stephen Hemminger
2023-04-30  1:33     ` Vladimir Oltean
2023-04-18 11:39 ` [PATCH v2 iproute2-next 10/10] tc/taprio: " Vladimir Oltean
2023-04-22 16:14 ` [PATCH v2 iproute2-next 00/10] Add tc-mqprio and tc-taprio " David Ahern
2023-04-22 16:59   ` Vladimir Oltean
2023-04-25  1:47     ` David Ahern
2023-04-25 12:55       ` Vladimir Oltean
2023-04-26  0:42         ` David Ahern
2023-04-24 16:40 ` patchwork-bot+netdevbpf [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=168235441955.3182.11739919832221309922.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=dsahern@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    --cc=vladimir.oltean@nxp.com \
    /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;
as well as URLs for NNTP newsgroup(s).