public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Harshit Mogalapalli <harshit.m.mogalapalli@oracle•com>
Cc: sgoutham@marvell•com, lcherian@marvell•com, gakula@marvell•com,
	jerinj@marvell•com, hkelam@marvell•com, sbhatta@marvell•com,
	andrew+netdev@lunn•ch, davem@davemloft•net, edumazet@google•com,
	kuba@kernel•org, pabeni@redhat•com, nmani@marvell•com,
	netdev@vger•kernel.org, linux-kernel@vger•kernel.org,
	dan.carpenter@linaro•org, kernel-janitors@vger•kernel.org,
	error27@gmail•com
Subject: Re: [PATCH v2] Octeontx2-af: Fix pci_alloc_irq_vectors() return value check
Date: Thu, 16 Oct 2025 22:50:19 +0000	[thread overview]
Message-ID: <176065501949.1934842.16850687793023920091.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251015090117.1557870-1-harshit.m.mogalapalli@oracle.com>

Hello:

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

On Wed, 15 Oct 2025 02:01:17 -0700 you wrote:
> In cgx_probe() when pci_alloc_irq_vectors() fails the error value will
> be negative and that check is sufficient.
> 
> 	err = pci_alloc_irq_vectors(pdev, nvec, nvec, PCI_IRQ_MSIX);
>         if (err < 0 || err != nvec) {
>         	...
> 	}
> 
> [...]

Here is the summary with links:
  - [v2] Octeontx2-af: Fix pci_alloc_irq_vectors() return value check
    https://git.kernel.org/netdev/net-next/c/e1048520750d

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



      parent reply	other threads:[~2025-10-16 22:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-15  9:01 [PATCH v2] Octeontx2-af: Fix pci_alloc_irq_vectors() return value check Harshit Mogalapalli
2025-10-15 16:15 ` Simon Horman
2025-10-16 22: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=176065501949.1934842.16850687793023920091.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=andrew+netdev@lunn$(echo .)ch \
    --cc=dan.carpenter@linaro$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=error27@gmail$(echo .)com \
    --cc=gakula@marvell$(echo .)com \
    --cc=harshit.m.mogalapalli@oracle$(echo .)com \
    --cc=hkelam@marvell$(echo .)com \
    --cc=jerinj@marvell$(echo .)com \
    --cc=kernel-janitors@vger$(echo .)kernel.org \
    --cc=kuba@kernel$(echo .)org \
    --cc=lcherian@marvell$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=nmani@marvell$(echo .)com \
    --cc=pabeni@redhat$(echo .)com \
    --cc=sbhatta@marvell$(echo .)com \
    --cc=sgoutham@marvell$(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