Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Pirko <jiri@resnulli.us>
To: Paolo Abeni <pabeni@redhat.com>
Cc: Donald Hunter <donald.hunter@gmail.com>,
	Sridhar Samudrala <sridhar.samudrala@intel.com>,
	John Fastabend <john.fastabend@gmail.com>,
	Jamal Hadi Salim <jhs@mojatatu.com>,
	edumazet@google.com, Madhu Chittim <madhu.chittim@intel.com>,
	anthony.l.nguyen@intel.com, Simon Horman <horms@kernel.org>,
	netdev@vger.kernel.org, Jakub Kicinski <kuba@kernel.org>,
	intel-wired-lan@lists.osuosl.org, przemyslaw.kitszel@intel.com,
	Sunil Kovvuri Goutham <sgoutham@marvell.com>,
	Stanislav Fomichev <stfomichev@gmail.com>
Subject: Re: [Intel-wired-lan] [PATCH v8 net-next 00/15] net: introduce TX H/W shaping API
Date: Mon, 7 Oct 2024 17:20:25 +0200	[thread overview]
Message-ID: <ZwP8OWtMfCH0_ikc@nanopsycho.orion> (raw)
In-Reply-To: <cover.1727704215.git.pabeni@redhat.com>

Mon, Sep 30, 2024 at 03:53:47PM CEST, pabeni@redhat.com wrote:
>We have a plurality of shaping-related drivers API, but none flexible
>enough to meet existing demand from vendors[1].
>
>This series introduces new device APIs to configure in a flexible way
>TX H/W shaping. The new functionalities are exposed via a newly
>defined generic netlink interface and include introspection
>capabilities. Some self-tests are included, on top of a dummy
>netdevsim implementation. Finally a basic implementation for the iavf
>driver is provided.
>

[...]


>---
>Changes from v7:
> - fixed uninit error and related ST failures
> - dev lock cleanup
> - fixed a bunch of typos


Was out of the loop for last couple of iterations for personal reasons,
sorry for getting to this after such while!

Overall, I like very much how the patchset looks right now. I reviewed
it, didn't find anything noteworthy.

set-
Reviewed-by: Jiri Pirko <jiri@nvidia.com>

Thanks for the work Paolo!

I will try to convert devlink rate to this api soon, I promise.

  parent reply	other threads:[~2024-10-07 15:20 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-30 13:53 [Intel-wired-lan] [PATCH v8 net-next 00/15] net: introduce TX H/W shaping API Paolo Abeni
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 01/15] genetlink: extend info user-storage to match NL cb ctx Paolo Abeni
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 02/15] netlink: spec: add shaper YAML spec Paolo Abeni
2024-10-09  0:14   ` Jakub Kicinski
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 03/15] net-shapers: implement NL get operation Paolo Abeni
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 04/15] net-shapers: implement NL set and delete operations Paolo Abeni
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 05/15] net-shapers: implement NL group operation Paolo Abeni
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 06/15] net-shapers: implement delete support for NODE scope shaper Paolo Abeni
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 07/15] net-shapers: implement shaper cleanup on queue deletion Paolo Abeni
2024-10-08 23:51   ` Jakub Kicinski
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 08/15] netlink: spec: add shaper introspection support Paolo Abeni
2024-10-08 23:50   ` Jakub Kicinski
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 09/15] net: shaper: implement " Paolo Abeni
2024-10-08 23:48   ` Jakub Kicinski
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 10/15] net-shapers: implement cap validation in the core Paolo Abeni
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 11/15] testing: net-drv: add basic shaper test Paolo Abeni
2024-09-30 13:53 ` [Intel-wired-lan] [PATCH v8 net-next 12/15] virtchnl: support queue rate limit and quanta size configuration Paolo Abeni
2024-09-30 13:54 ` [Intel-wired-lan] [PATCH v8 net-next 13/15] ice: Support VF " Paolo Abeni
2024-09-30 13:54 ` [Intel-wired-lan] [PATCH v8 net-next 14/15] iavf: Add net_shaper_ops support Paolo Abeni
2024-09-30 13:54 ` [Intel-wired-lan] [PATCH v8 net-next 15/15] iavf: add support to exchange qos capabilities Paolo Abeni
2024-10-07 15:20 ` Jiri Pirko [this message]
2024-10-08 23:21 ` [Intel-wired-lan] [PATCH v8 net-next 00/15] net: introduce TX H/W shaping API Jakub Kicinski

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=ZwP8OWtMfCH0_ikc@nanopsycho.orion \
    --to=jiri@resnulli.us \
    --cc=anthony.l.nguyen@intel.com \
    --cc=donald.hunter@gmail.com \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=jhs@mojatatu.com \
    --cc=john.fastabend@gmail.com \
    --cc=kuba@kernel.org \
    --cc=madhu.chittim@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=przemyslaw.kitszel@intel.com \
    --cc=sgoutham@marvell.com \
    --cc=sridhar.samudrala@intel.com \
    --cc=stfomichev@gmail.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