public inbox for netdev@vger.kernel.org 
 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>,
	Jiri Pirko <jiri@resnulli•us>, Jiri Pirko <jiri@nvidia•com>,
	Saeed Mahameed <saeed@kernel•org>, Gal Pressman <gal@nvidia•com>,
	"Leon Romanovsky" <leon@kernel•org>,
	Shahar Shitrit <shshitrit@nvidia•com>,
	"Donald Hunter" <donald.hunter@gmail•com>,
	Jonathan Corbet <corbet@lwn•net>,
	"Brett Creeley" <brett.creeley@amd•com>,
	Michael Chan <michael.chan@broadcom•com>,
	Pavan Chebbi <pavan.chebbi@broadcom•com>,
	Cai Huoqing <cai.huoqing@linux•dev>,
	Tony Nguyen <anthony.l.nguyen@intel•com>,
	"Przemek Kitszel" <przemyslaw.kitszel@intel•com>,
	Sunil Goutham <sgoutham@marvell•com>,
	Linu Cherian <lcherian@marvell•com>,
	Geetha sowjanya <gakula@marvell•com>,
	Jerin Jacob <jerinj@marvell•com>, hariprasad <hkelam@marvell•com>,
	"Subbaraya Sundeep" <sbhatta@marvell•com>,
	Saeed Mahameed <saeedm@nvidia•com>,
	Mark Bloch <mbloch@nvidia•com>, Ido Schimmel <idosch@nvidia•com>,
	Petr Machata <petrm@nvidia•com>,
	Manish Chopra <manishc@marvell•com>, <netdev@vger•kernel.org>,
	<linux-kernel@vger•kernel.org>, <linux-doc@vger•kernel.org>,
	<intel-wired-lan@lists•osuosl.org>, <linux-rdma@vger•kernel.org>
Subject: Re: [PATCH net-next 4/5] devlink: Make health reporter grace period delay configurable
Date: Fri, 18 Jul 2025 17:51:36 -0700	[thread overview]
Message-ID: <20250718175136.265a64aa@kernel.org> (raw)
In-Reply-To: <1752768442-264413-5-git-send-email-tariqt@nvidia.com>

On Thu, 17 Jul 2025 19:07:21 +0300 Tariq Toukan wrote:
> diff --git a/include/uapi/linux/devlink.h b/include/uapi/linux/devlink.h
> index e72bcc239afd..42a11b7e4a70 100644
> --- a/include/uapi/linux/devlink.h
> +++ b/include/uapi/linux/devlink.h
> @@ -634,6 +634,8 @@ enum devlink_attr {
>  
>  	DEVLINK_ATTR_REGION_DIRECT,		/* flag */
>  
> +	DEVLINK_ATTR_HEALTH_REPORTER_GRACEFUL_PERIOD_DELAY,	/* u64 */
> +
>  	DEVLINK_ATTR_RATE_TC_BWS,		/* nested */
>  	DEVLINK_ATTR_RATE_TC_INDEX,		/* u8 */
>  	DEVLINK_ATTR_RATE_TC_BW,		/* u32 */

BTW the patch from Carolina to cut the TC attributes from the main enum
is higher prio that this.

  parent reply	other threads:[~2025-07-19  0:51 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-17 16:07 [PATCH net-next 0/5] Expose grace period delay for devlink health reporter Tariq Toukan
2025-07-17 16:07 ` [PATCH net-next 1/5] devlink: Move graceful period parameter to reporter ops Tariq Toukan
2025-07-17 16:07 ` [PATCH net-next 2/5] devlink: Move health reporter recovery abort logic to a separate function Tariq Toukan
2025-07-17 16:07 ` [PATCH net-next 3/5] devlink: Introduce grace period delay for health reporter Tariq Toukan
2025-07-17 16:07 ` [PATCH net-next 4/5] devlink: Make health reporter grace period delay configurable Tariq Toukan
2025-07-19  0:48   ` Jakub Kicinski
2025-07-20 10:11     ` Tariq Toukan
2025-07-19  0:51   ` Jakub Kicinski [this message]
2025-07-20 10:47     ` Tariq Toukan
2025-07-17 16:07 ` [PATCH net-next 5/5] net/mlx5e: Set default grace period delay for TX and RX reporters Tariq Toukan
2025-07-19  0:47 ` [PATCH net-next 0/5] Expose grace period delay for devlink health reporter Jakub Kicinski
2025-07-24 10:46   ` Tariq Toukan
2025-07-25  0:10     ` Jakub Kicinski
2025-07-27 11:00       ` Tariq Toukan
2025-07-28 15:17         ` 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=20250718175136.265a64aa@kernel.org \
    --to=kuba@kernel$(echo .)org \
    --cc=andrew+netdev@lunn$(echo .)ch \
    --cc=anthony.l.nguyen@intel$(echo .)com \
    --cc=brett.creeley@amd$(echo .)com \
    --cc=cai.huoqing@linux$(echo .)dev \
    --cc=corbet@lwn$(echo .)net \
    --cc=davem@davemloft$(echo .)net \
    --cc=donald.hunter@gmail$(echo .)com \
    --cc=edumazet@google$(echo .)com \
    --cc=gakula@marvell$(echo .)com \
    --cc=gal@nvidia$(echo .)com \
    --cc=hkelam@marvell$(echo .)com \
    --cc=idosch@nvidia$(echo .)com \
    --cc=intel-wired-lan@lists$(echo .)osuosl.org \
    --cc=jerinj@marvell$(echo .)com \
    --cc=jiri@nvidia$(echo .)com \
    --cc=jiri@resnulli$(echo .)us \
    --cc=lcherian@marvell$(echo .)com \
    --cc=leon@kernel$(echo .)org \
    --cc=linux-doc@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-rdma@vger$(echo .)kernel.org \
    --cc=manishc@marvell$(echo .)com \
    --cc=mbloch@nvidia$(echo .)com \
    --cc=michael.chan@broadcom$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pabeni@redhat$(echo .)com \
    --cc=pavan.chebbi@broadcom$(echo .)com \
    --cc=petrm@nvidia$(echo .)com \
    --cc=przemyslaw.kitszel@intel$(echo .)com \
    --cc=saeed@kernel$(echo .)org \
    --cc=saeedm@nvidia$(echo .)com \
    --cc=sbhatta@marvell$(echo .)com \
    --cc=sgoutham@marvell$(echo .)com \
    --cc=shshitrit@nvidia$(echo .)com \
    --cc=tariqt@nvidia$(echo .)com \
    /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