[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<169239842220.2718.13879276137492386926.git-patchwork-notify@kernel.org>
Date: Fri, 18 Aug 2023 22:40:22 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Yu Liao <liaoyu15@...wei.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, leon@...nel.org, shannon.nelson@....com,
liwei391@...wei.com
Subject: Re: [PATCH v2 net-next] pds_core: remove redundant pci_clear_master()
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 17 Aug 2023 10:57:09 +0800 you wrote:
> do_pci_disable_device() disable PCI bus-mastering as following:
> static void do_pci_disable_device(struct pci_dev *dev)
> {
> u16 pci_command;
>
> pci_read_config_word(dev, PCI_COMMAND, &pci_command);
> if (pci_command & PCI_COMMAND_MASTER) {
> pci_command &= ~PCI_COMMAND_MASTER;
> pci_write_config_word(dev, PCI_COMMAND, pci_command);
> }
>
> [...]
Here is the summary with links:
- [v2,net-next] pds_core: remove redundant pci_clear_master()
https://git.kernel.org/netdev/net-next/c/2f48b1d854e8
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists