From: patchwork-bot+netdevbpf@kernel.org
To: Prabhakar Kushwaha <pkushwaha@marvell.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
linux-rdma@vger.kernel.org, linux-scsi@vger.kernel.org,
martin.petersen@oracle.com, aelior@marvell.com,
smalin@marvell.com, jhasan@marvell.com, mrangankar@marvell.com,
prabhakar.pkin@gmail.com, malin1024@gmail.com,
naresh.kamboju@linaro.org, okulkarni@marvell.com
Subject: Re: [PATCH][v2] qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario
Date: Fri, 08 Oct 2021 16:30:09 +0000 [thread overview]
Message-ID: <163371060925.30754.4325766747283798114.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211007155238.4487-1-pkushwaha@marvell.com>
Hello:
This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Thu, 7 Oct 2021 18:52:38 +0300 you wrote:
> This patch fixes below compliation error in case CONFIG_QED_SRIOV not
> defined.
> drivers/net/ethernet/qlogic/qed/qed_dev.c: In function
> ‘qed_fw_err_handler’:
> drivers/net/ethernet/qlogic/qed/qed_dev.c:2390:3: error: implicit
> declaration of function ‘qed_sriov_vfpf_malicious’; did you mean
> ‘qed_iov_vf_task’? [-Werror=implicit-function-declaration]
> qed_sriov_vfpf_malicious(p_hwfn, &data->err_data);
> ^~~~~~~~~~~~~~~~~~~~~~~~
> qed_iov_vf_task
> drivers/net/ethernet/qlogic/qed/qed_dev.c: In function
> ‘qed_common_eqe_event’:
> drivers/net/ethernet/qlogic/qed/qed_dev.c:2410:10: error: implicit
> declaration of function ‘qed_sriov_eqe_event’; did you mean
> ‘qed_common_eqe_event’? [-Werror=implicit-function-declaration]
> return qed_sriov_eqe_event(p_hwfn, opcode, echo, data,
> ^~~~~~~~~~~~~~~~~~~
> qed_common_eqe_event
>
> [...]
Here is the summary with links:
- [v2] qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario
https://git.kernel.org/netdev/net-next/c/e761523d0b40
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2021-10-08 16:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-07 15:52 [PATCH][v2] qed: Fix compilation for CONFIG_QED_SRIOV undefined scenario Prabhakar Kushwaha
2021-10-08 16:30 ` 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=163371060925.30754.4325766747283798114.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=aelior@marvell.com \
--cc=davem@davemloft.net \
--cc=jhasan@marvell.com \
--cc=kuba@kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=malin1024@gmail.com \
--cc=martin.petersen@oracle.com \
--cc=mrangankar@marvell.com \
--cc=naresh.kamboju@linaro.org \
--cc=netdev@vger.kernel.org \
--cc=okulkarni@marvell.com \
--cc=pkushwaha@marvell.com \
--cc=prabhakar.pkin@gmail.com \
--cc=smalin@marvell.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.