linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kory Maincent <kory.maincent@bootlin.com>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, donald.hunter@gmail.com,
	o.rempel@pengutronix.de, corbet@lwn.net,
	thomas.petazzoni@bootlin.com, linux-kernel@vger.kernel.org,
	netdev@vger.kernel.org, dentproject@linuxfoundation.org,
	kernel@pengutronix.de, linux-doc@vger.kernel.org,
	saikrishnag@marvell.com
Subject: Re: [PATCH net-next v6 0/7] net: pse-pd: Add new PSE c33 features
Date: Sat, 06 Jul 2024 01:50:31 +0000	[thread overview]
Message-ID: <172023063113.28145.15061182082357066469.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240704-feature_poe_power_cap-v6-0-320003204264@bootlin.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 04 Jul 2024 10:11:55 +0200 you wrote:
> From: Kory Maincent (Dent Project) <kory.maincent@bootlin.com>
> 
> This patch series adds new c33 features to the PSE API.
> - Expand the PSE PI informations status with power, class and failure
>   reason
> - Add the possibility to get and set the PSE PIs power limit
> 
> [...]

Here is the summary with links:
  - [net-next,v6,1/7] net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended state
    https://git.kernel.org/netdev/net-next/c/e46296002113
  - [net-next,v6,2/7] netlink: specs: Expand the PSE netlink command with C33 new features
    https://git.kernel.org/netdev/net-next/c/c8149739af86
  - [net-next,v6,3/7] net: pse-pd: pd692x0: Expand ethtool status message
    https://git.kernel.org/netdev/net-next/c/ae37dc574259
  - [net-next,v6,4/7] net: pse-pd: Add new power limit get and set c33 features
    https://git.kernel.org/netdev/net-next/c/4a83abcef5f4
  - [net-next,v6,5/7] net: ethtool: Add new power limit get and set features
    https://git.kernel.org/netdev/net-next/c/30d7b6727724
  - [net-next,v6,6/7] netlink: specs: Expand the PSE netlink command with C33 pw-limit attributes
    https://git.kernel.org/netdev/net-next/c/dac3de193095
  - [net-next,v6,7/7] net: pse-pd: pd692x0: Enhance with new current limit and voltage read callbacks
    https://git.kernel.org/netdev/net-next/c/a87e699c9d33

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



      parent reply	other threads:[~2024-07-06  1:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-04  8:11 [PATCH net-next v6 0/7] net: pse-pd: Add new PSE c33 features Kory Maincent
2024-07-04  8:11 ` [PATCH net-next v6 1/7] net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended state Kory Maincent
2024-07-04  8:11 ` [PATCH net-next v6 2/7] netlink: specs: Expand the PSE netlink command with C33 new features Kory Maincent
2024-07-04  8:11 ` [PATCH net-next v6 3/7] net: pse-pd: pd692x0: Expand ethtool status message Kory Maincent
2024-07-04  8:11 ` [PATCH net-next v6 4/7] net: pse-pd: Add new power limit get and set c33 features Kory Maincent
2024-07-04  8:12 ` [PATCH net-next v6 5/7] net: ethtool: Add new power limit get and set features Kory Maincent
2024-07-06  1:41   ` Jakub Kicinski
2024-07-08  9:38     ` Kory Maincent
2024-07-08 18:33       ` Jakub Kicinski
2024-07-09 13:20         ` Kory Maincent
2024-07-04  8:12 ` [PATCH net-next v6 6/7] netlink: specs: Expand the PSE netlink command with C33 pw-limit attributes Kory Maincent
2024-07-04  8:12 ` [PATCH net-next v6 7/7] net: pse-pd: pd692x0: Enhance with new current limit and voltage read callbacks Kory Maincent
2024-07-05 13:10 ` [PATCH net-next v6 0/7] net: pse-pd: Add new PSE c33 features Kory Maincent
2024-07-06  1: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=172023063113.28145.15061182082357066469.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=dentproject@linuxfoundation.org \
    --cc=donald.hunter@gmail.com \
    --cc=edumazet@google.com \
    --cc=kernel@pengutronix.de \
    --cc=kory.maincent@bootlin.com \
    --cc=kuba@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=o.rempel@pengutronix.de \
    --cc=pabeni@redhat.com \
    --cc=saikrishnag@marvell.com \
    --cc=thomas.petazzoni@bootlin.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;
as well as URLs for NNTP newsgroup(s).