public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Petr Machata <me@pmachata•org>
Cc: netdev@vger•kernel.org, dsahern@gmail•com,
	stephen@networkplumber•org, john.fastabend@gmail•com,
	jiri@nvidia•com, idosch@nvidia•com, kuba@kernel•org,
	mrv@mojatatu•com, leon@kernel•org
Subject: Re: [PATCH iproute2-next v5 00/11] Add a tool for configuration of DCB
Date: Sat, 14 Nov 2020 02:50:07 +0000	[thread overview]
Message-ID: <160532220741.3458.7568898274264290438.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1605218735.git.me@pmachata.org>

Hello:

This series was applied to iproute2/iproute2-next.git (refs/heads/main):

On Thu, 12 Nov 2020 23:24:37 +0100 you wrote:
> The Linux DCB interface allows configuration of a broad range of
> hardware-specific attributes, such as TC scheduling, flow control, per-port
> buffer configuration, TC rate, etc.
> 
> Currently a common libre tool for configuration of DCB is OpenLLDP. This
> suite contains a daemon that uses Linux DCB interface to configure HW
> according to the DCB TLVs exchanged over an interface. The daemon can also
> be controlled by a client, through which the user can adjust and view the
> configuration. The downside of using OpenLLDP is that it is somewhat
> heavyweight and difficult to use in scripts, and does not support
> extensions such as buffer and rate commands.
> 
> [...]

Here is the summary with links:
  - [iproute2-next,v5,01/11] Unify batch processing across tools
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=1d9a81b8c9f3
  - [iproute2-next,v5,02/11] lib: Add parse_one_of(), parse_on_off()
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=82604d28525a
  - [iproute2-next,v5,03/11] lib: json_print: Add print_on_off()
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=9091ff0251f8
  - [iproute2-next,v5,04/11] lib: Extract from devlink/mnlg a helper, mnlu_socket_open()
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=72858c7b77d0
  - [iproute2-next,v5,05/11] lib: Extract from devlink/mnlg a helper, mnlu_msg_prepare()
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=dd78dfc7be69
  - [iproute2-next,v5,06/11] lib: Extract from devlink/mnlg a helper, mnlu_socket_recv_run()
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=6dd778e83789
  - [iproute2-next,v5,07/11] lib: Extract from iplink_vlan a helper to parse key:value arrays
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=28e663ee65b5
  - [iproute2-next,v5,08/11] lib: parse_mapping: Update argc, argv on error
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=bc3523ae7013
  - [iproute2-next,v5,09/11] lib: parse_mapping: Recognize a keyword "all"
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=66a2d7148713
  - [iproute2-next,v5,10/11] Add skeleton of a new tool, dcb
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=67033d1c1c8a
  - [iproute2-next,v5,11/11] dcb: Add a subtool for the DCB ETS object
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=ef15b07601ea

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



      parent reply	other threads:[~2020-11-14  2:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12 22:24 [PATCH iproute2-next v5 00/11] Add a tool for configuration of DCB Petr Machata
2020-11-12 22:24 ` [PATCH iproute2-next v5 01/11] Unify batch processing across tools Petr Machata
2020-11-12 22:24 ` [PATCH iproute2-next v5 02/11] lib: Add parse_one_of(), parse_on_off() Petr Machata
2020-11-12 22:24 ` [PATCH iproute2-next v5 03/11] lib: json_print: Add print_on_off() Petr Machata
2020-11-12 22:24 ` [PATCH iproute2-next v5 04/11] lib: Extract from devlink/mnlg a helper, mnlu_socket_open() Petr Machata
2020-11-12 22:24 ` [PATCH iproute2-next v5 05/11] lib: Extract from devlink/mnlg a helper, mnlu_msg_prepare() Petr Machata
2020-11-12 22:24 ` [PATCH iproute2-next v5 06/11] lib: Extract from devlink/mnlg a helper, mnlu_socket_recv_run() Petr Machata
2020-11-12 22:24 ` [PATCH iproute2-next v5 07/11] lib: Extract from iplink_vlan a helper to parse key:value arrays Petr Machata
2020-11-12 22:24 ` [PATCH iproute2-next v5 08/11] lib: parse_mapping: Update argc, argv on error Petr Machata
2020-11-12 22:24 ` [PATCH iproute2-next v5 09/11] lib: parse_mapping: Recognize a keyword "all" Petr Machata
2020-11-12 22:24 ` [PATCH iproute2-next v5 10/11] Add skeleton of a new tool, dcb Petr Machata
2020-11-12 22:24 ` [PATCH iproute2-next v5 11/11] dcb: Add a subtool for the DCB ETS object Petr Machata
2020-11-14  2:50 ` 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=160532220741.3458.7568898274264290438.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=dsahern@gmail$(echo .)com \
    --cc=idosch@nvidia$(echo .)com \
    --cc=jiri@nvidia$(echo .)com \
    --cc=john.fastabend@gmail$(echo .)com \
    --cc=kuba@kernel$(echo .)org \
    --cc=leon@kernel$(echo .)org \
    --cc=me@pmachata$(echo .)org \
    --cc=mrv@mojatatu$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=stephen@networkplumber$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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