All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Pirko <jiri@resnulli.us>
To: Petr Machata <petrm@mellanox.com>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	David Miller <davem@davemloft.net>,
	Roopa Prabhu <roopa@cumulusnetworks.com>,
	Jakub Kicinski <jakub.kicinski@netronome.com>,
	Roman Mashak <mrv@mojatatu.com>,
	Ido Schimmel <idosch@mellanox.com>
Subject: Re: [PATCH net-next mlxsw v2 04/10] net: sch_ets: Add a new Qdisc
Date: Wed, 18 Dec 2019 16:02:05 +0100	[thread overview]
Message-ID: <20191218150205.GD2209@nanopsycho> (raw)
In-Reply-To: <0c126a45dcf8ec23c25c98b2ce5a9a1599ea3a85.1576679651.git.petrm@mellanox.com>

Wed, Dec 18, 2019 at 03:55:13PM CET, petrm@mellanox.com wrote:
>Introduces a new Qdisc, which is based on 802.1Q-2014 wording. It is
>PRIO-like in how it is configured, meaning one needs to specify how many
>bands there are, how many are strict and how many are dwrr, quanta for the
>latter, and priomap.
>
>The new Qdisc operates like the PRIO / DRR combo would when configured as
>per the standard. The strict classes, if any, are tried for traffic first.
>When there's no traffic in any of the strict queues, the ETS ones (if any)
>are treated in the same way as in DRR.
>
>Signed-off-by: Petr Machata <petrm@mellanox.com>

Acked-by: Jiri Pirko <jiri@mellanox.com>

  reply	other threads:[~2019-12-18 15:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-18 14:55 [PATCH net-next mlxsw v2 00/10] Add a new Qdisc, ETS Petr Machata
2019-12-18 14:55 ` [PATCH net-next mlxsw v2 01/10] net: pkt_cls: Clarify a comment Petr Machata
2019-12-18 14:55 ` [PATCH net-next mlxsw v2 02/10] mlxsw: spectrum_qdisc: " Petr Machata
2019-12-18 14:55 ` [PATCH net-next mlxsw v2 03/10] mlxsw: spectrum: Rename MLXSW_REG_QEEC_HIERARCY_* enumerators Petr Machata
2019-12-18 14:55 ` [PATCH net-next mlxsw v2 04/10] net: sch_ets: Add a new Qdisc Petr Machata
2019-12-18 15:02   ` Jiri Pirko [this message]
2019-12-18 14:55 ` [PATCH net-next mlxsw v2 05/10] net: sch_ets: Make the ETS qdisc offloadable Petr Machata
2019-12-18 14:55 ` [PATCH net-next mlxsw v2 06/10] mlxsw: spectrum_qdisc: Generalize PRIO offload to support ETS Petr Machata
2019-12-18 14:55 ` [PATCH net-next mlxsw v2 07/10] mlxsw: spectrum_qdisc: Support offloading of ETS Qdisc Petr Machata
2019-12-18 14:55 ` [PATCH net-next mlxsw v2 08/10] selftests: forwarding: Move start_/stop_traffic from mlxsw to lib.sh Petr Machata
2019-12-18 14:55 ` [PATCH net-next mlxsw v2 09/10] selftests: forwarding: sch_ets: Add test coverage for ETS Qdisc Petr Machata
2019-12-18 14:55 ` [PATCH net-next mlxsw v2 10/10] selftests: qdiscs: " Petr Machata
2019-12-18 16:22 ` [PATCH net-next mlxsw v2 00/10] Add a new Qdisc, ETS John Fastabend
2019-12-18 18:35   ` Petr Machata
2019-12-19 16:32     ` John Fastabend
2019-12-19 17:46       ` Petr Machata
2019-12-18 23:16 ` David Miller

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=20191218150205.GD2209@nanopsycho \
    --to=jiri@resnulli.us \
    --cc=davem@davemloft.net \
    --cc=idosch@mellanox.com \
    --cc=jakub.kicinski@netronome.com \
    --cc=mrv@mojatatu.com \
    --cc=netdev@vger.kernel.org \
    --cc=petrm@mellanox.com \
    --cc=roopa@cumulusnetworks.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 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.