All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jiawen Wu <jiawenwu@trustnetic.com>
Cc: netdev@vger.kernel.org, andrew+netdev@lunn.ch,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	richardcochran@gmail.com, linux@armlinux.org.uk,
	mengyuanlou@net-swift.com, horms@kernel.org
Subject: Re: [PATCH net-next v2 1/9] net: txgbe: Remove specified SP type
Date: Mon, 26 May 2025 15:30:40 +0000	[thread overview]
Message-ID: <174827344000.959287.77588324328583821.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <8EF712EC14B8FF70+20250521064402.22348-2-jiawenwu@trustnetic.com>

Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 21 May 2025 14:43:54 +0800 you wrote:
> Since AML devices are going to reuse some definitions, remove the "SP"
> qualifier from these definitions.
> 
> Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
> Reviewed-by: Simon Horman <horms@kernel.org>
> ---
>  drivers/net/ethernet/wangxun/libwx/wx_type.h  | 12 ++++-----
>  drivers/net/ethernet/wangxun/txgbe/txgbe_hw.c |  4 +--
>  .../net/ethernet/wangxun/txgbe/txgbe_main.c   | 26 +++++++++----------
>  .../net/ethernet/wangxun/txgbe/txgbe_phy.c    |  8 +++---
>  .../net/ethernet/wangxun/txgbe/txgbe_type.h   | 14 +++++-----
>  5 files changed, 32 insertions(+), 32 deletions(-)

Here is the summary with links:
  - [net-next,v2,1/9] net: txgbe: Remove specified SP type
    https://git.kernel.org/netdev/net-next/c/893e4656d462
  - [net-next,v2,2/9] net: wangxun: Use specific flag bit to simplify the code
    https://git.kernel.org/netdev/net-next/c/78cafb1bb7e9
  - [net-next,v2,3/9] net: txgbe: Distinguish between 40G and 25G devices
    https://git.kernel.org/netdev/net-next/c/39709fe4bacd
  - [net-next,v2,4/9] net: txgbe: Implement PHYLINK for AML 25G/10G devices
    https://git.kernel.org/netdev/net-next/c/6f8b4c01a8cd
  - [net-next,v2,5/9] net: txgbe: Support to handle GPIO IRQs for AML devices
    https://git.kernel.org/netdev/net-next/c/343929799ace
  - [net-next,v2,6/9] net: txgbe: Correct the currect link settings
    https://git.kernel.org/netdev/net-next/c/c0f2e5113e2f
  - [net-next,v2,7/9] net: txgbe: Restrict the use of mismatched FW versions
    https://git.kernel.org/netdev/net-next/c/d84a3ff9aae8
  - [net-next,v2,8/9] net: txgbe: Implement PTP for AML devices
    https://git.kernel.org/netdev/net-next/c/182af02690fb
  - [net-next,v2,9/9] net: txgbe: Implement SRIOV for AML devices
    https://git.kernel.org/netdev/net-next/c/cdae5bccab29

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



  reply	other threads:[~2025-05-26 15:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20250521064402.22348-1-jiawenwu@trustnetic.com>
2025-05-21  6:43 ` [PATCH net-next v2 1/9] net: txgbe: Remove specified SP type Jiawen Wu
2025-05-26 15:30   ` patchwork-bot+netdevbpf [this message]
2025-05-21  6:43 ` [PATCH net-next v2 2/9] net: wangxun: Use specific flag bit to simplify the code Jiawen Wu
2025-05-21  6:43 ` [PATCH net-next v2 3/9] net: txgbe: Distinguish between 40G and 25G devices Jiawen Wu
2025-05-21  6:43 ` [PATCH net-next v2 4/9] net: txgbe: Implement PHYLINK for AML 25G/10G devices Jiawen Wu
2025-05-21  6:43 ` [PATCH net-next v2 5/9] net: txgbe: Support to handle GPIO IRQs for AML devices Jiawen Wu
2025-05-21  6:43 ` [PATCH net-next v2 6/9] net: txgbe: Correct the currect link settings Jiawen Wu
2025-05-21  6:44 ` [PATCH net-next v2 7/9] net: txgbe: Restrict the use of mismatched FW versions Jiawen Wu
2025-05-21  6:44 ` [PATCH net-next v2 8/9] net: txgbe: Implement PTP for AML devices Jiawen Wu
2025-05-21  6:44 ` [PATCH net-next v2 9/9] net: txgbe: Implement SRIOV " Jiawen Wu

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=174827344000.959287.77588324328583821.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=horms@kernel.org \
    --cc=jiawenwu@trustnetic.com \
    --cc=kuba@kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mengyuanlou@net-swift.com \
    --cc=netdev@vger.kernel.org \
    --cc=richardcochran@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 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.