Netdev List
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Tariq Toukan <tariqt@nvidia.com>
Cc: Eric Dumazet <edumazet@google.com>,
	Paolo Abeni <pabeni@redhat.com>,
	Andrew Lunn <andrew+netdev@lunn.ch>,
	"David S. Miller" <davem@davemloft.net>,
	Simon Horman <horms@kernel.org>,
	Donald Hunter <donald.hunter@gmail.com>,
	Jiri Pirko <jiri@resnulli.us>, Jonathan Corbet <corbet@lwn.net>,
	Shuah Khan <skhan@linuxfoundation.org>,
	Saeed Mahameed <saeedm@nvidia.com>,
	"Leon Romanovsky" <leon@kernel.org>,
	Mark Bloch <mbloch@nvidia.com>, Shuah Khan <shuah@kernel.org>,
	"Matthieu Baerts (NGI0)" <matttbe@kernel.org>,
	Chuck Lever <chuck.lever@oracle.com>,
	Carolina Jubran <cjubran@nvidia.com>,
	Or Har-Toov <ohartoov@nvidia.com>,
	Moshe Shemesh <moshe@nvidia.com>,
	Dragos Tatulea <dtatulea@nvidia.com>,
	Daniel Zahka <daniel.zahka@gmail.com>,
	Shahar Shitrit <shshitrit@nvidia.com>,
	Cosmin Ratiu <cratiu@nvidia.com>,
	Jacob Keller <jacob.e.keller@intel.com>,
	Parav Pandit <parav@nvidia.com>,
	Adithya Jayachandran <ajayachandra@nvidia.com>,
	"Shay Drori" <shayd@nvidia.com>, Kees Cook <kees@kernel.org>,
	Daniel Jurgens <danielj@nvidia.com>, <netdev@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <linux-doc@vger.kernel.org>,
	<linux-rdma@vger.kernel.org>, <linux-kselftest@vger.kernel.org>,
	Gal Pressman <gal@nvidia.com>
Subject: Re: [PATCH net-next V5 00/12] devlink: add per-port resource support
Date: Mon, 8 Jun 2026 13:30:29 -0700	[thread overview]
Message-ID: <20260608133029.3e1ef109@kernel.org> (raw)
In-Reply-To: <20260407194107.148063-1-tariqt@nvidia.com>

On Tue, 7 Apr 2026 22:40:55 +0300 Tariq Toukan wrote:
> Userspace patches for iproute2:
> https://github.com/ohartoov/iproute2/tree/port_resources

Hi! As far as I can tell these iproute2 patches have not even been
posted? Please try to get them upstream ASAP, we have to manually 
carry them in the CI right now.

      parent reply	other threads:[~2026-06-08 20:30 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-07 19:40 [PATCH net-next V5 00/12] devlink: add per-port resource support Tariq Toukan
2026-04-07 19:40 ` [PATCH net-next V5 01/12] devlink: Refactor resource functions to be generic Tariq Toukan
2026-04-07 19:40 ` [PATCH net-next V5 02/12] devlink: Add port-level resource registration infrastructure Tariq Toukan
2026-04-07 19:40 ` [PATCH net-next V5 03/12] net/mlx5: Register SF resource on PF port representor Tariq Toukan
2026-04-07 19:40 ` [PATCH net-next V5 04/12] netdevsim: Add devlink port resource registration Tariq Toukan
2026-04-07 19:41 ` [PATCH net-next V5 05/12] devlink: Add dump support for device-level resources Tariq Toukan
2026-04-07 19:41 ` [PATCH net-next V5 06/12] devlink: Include port resources in resource dump dumpit Tariq Toukan
2026-04-07 19:41 ` [PATCH net-next V5 07/12] devlink: Add port-specific option to resource dump doit Tariq Toukan
2026-04-07 19:41 ` [PATCH net-next V5 08/12] selftest: netdevsim: Add devlink port resource doit test Tariq Toukan
2026-04-07 19:41 ` [PATCH net-next V5 09/12] devlink: Document port-level resources and full dump Tariq Toukan
2026-04-07 19:41 ` [PATCH net-next V5 10/12] devlink: Add resource scope filtering to resource dump Tariq Toukan
2026-04-07 19:41 ` [PATCH net-next V5 11/12] selftest: netdevsim: Add resource dump and scope filter test Tariq Toukan
2026-04-07 19:41 ` [PATCH net-next V5 12/12] devlink: Document resource scope filtering Tariq Toukan
2026-04-09  3:10 ` [PATCH net-next V5 00/12] devlink: add per-port resource support patchwork-bot+netdevbpf
2026-06-08 20:30 ` Jakub Kicinski [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=20260608133029.3e1ef109@kernel.org \
    --to=kuba@kernel.org \
    --cc=ajayachandra@nvidia.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=chuck.lever@oracle.com \
    --cc=cjubran@nvidia.com \
    --cc=corbet@lwn.net \
    --cc=cratiu@nvidia.com \
    --cc=daniel.zahka@gmail.com \
    --cc=danielj@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=donald.hunter@gmail.com \
    --cc=dtatulea@nvidia.com \
    --cc=edumazet@google.com \
    --cc=gal@nvidia.com \
    --cc=horms@kernel.org \
    --cc=jacob.e.keller@intel.com \
    --cc=jiri@resnulli.us \
    --cc=kees@kernel.org \
    --cc=leon@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=matttbe@kernel.org \
    --cc=mbloch@nvidia.com \
    --cc=moshe@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=ohartoov@nvidia.com \
    --cc=pabeni@redhat.com \
    --cc=parav@nvidia.com \
    --cc=saeedm@nvidia.com \
    --cc=shayd@nvidia.com \
    --cc=shshitrit@nvidia.com \
    --cc=shuah@kernel.org \
    --cc=skhan@linuxfoundation.org \
    --cc=tariqt@nvidia.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