From: patchwork-bot+netdevbpf@kernel•org
To: Saeed Mahameed <saeed@kernel•org>
Cc: davem@davemloft•net, kuba@kernel•org, pabeni@redhat•com,
edumazet@google•com, saeedm@nvidia•com, netdev@vger•kernel.org,
tariqt@nvidia•com, shayd@nvidia•com, moshe@nvidia•com,
leonro@nvidia•com, schnelle@linux•ibm.com
Subject: Re: [net 01/10] net/mlx5: Perform DMA operations in the right locations
Date: Sat, 14 Oct 2023 01:10:26 +0000 [thread overview]
Message-ID: <169724582663.12217.6955533588008550906.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20231012195127.129585-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net.git (main)
by Saeed Mahameed <saeedm@nvidia•com>:
On Thu, 12 Oct 2023 12:51:18 -0700 you wrote:
> From: Shay Drory <shayd@nvidia•com>
>
> The cited patch change mlx5 driver so that during probe DMA
> operations were performed before pci_enable_device(), and during
> teardown DMA operations were performed after pci_disable_device().
> DMA operations require PCI to be enabled. Hence, The above leads to
> the following oops in PPC systems[1].
>
> [...]
Here is the summary with links:
- [net,01/10] net/mlx5: Perform DMA operations in the right locations
https://git.kernel.org/netdev/net/c/8698cb92eeec
- [net,02/10] net/mlx5: E-switch, register event handler before arming the event
https://git.kernel.org/netdev/net/c/7624e58a8b3a
- [net,03/10] net/mlx5: Bridge, fix peer entry ageing in LAG mode
https://git.kernel.org/netdev/net/c/7a3ce8074878
- [net,04/10] net/mlx5: Handle fw tracer change ownership event based on MTRC
https://git.kernel.org/netdev/net/c/92fd39634541
- [net,05/10] net/mlx5e: RX, Fix page_pool allocation failure recovery for striding rq
https://git.kernel.org/netdev/net/c/be43b7489a3c
- [net,06/10] net/mlx5e: RX, Fix page_pool allocation failure recovery for legacy rq
https://git.kernel.org/netdev/net/c/ef9369e9c308
- [net,07/10] net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on shutdown
https://git.kernel.org/netdev/net/c/aaab619ccd07
- [net,08/10] net/mlx5e: Take RTNL lock before triggering netdev notifiers
https://git.kernel.org/netdev/net/c/c51c673462a2
- [net,09/10] net/mlx5e: Don't offload internal port if filter device is out device
https://git.kernel.org/netdev/net/c/06b4eac9c4be
- [net,10/10] net/mlx5e: Fix VF representors reporting zero counters to "ip -s" command
https://git.kernel.org/netdev/net/c/80f1241484dd
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2023-10-14 1:10 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-12 19:51 [pull request][net 00/10] mlx5 fixes 2023-10-12 Saeed Mahameed
2023-10-12 19:51 ` [net 01/10] net/mlx5: Perform DMA operations in the right locations Saeed Mahameed
2023-10-14 1:10 ` patchwork-bot+netdevbpf [this message]
2023-10-12 19:51 ` [net 02/10] net/mlx5: E-switch, register event handler before arming the event Saeed Mahameed
2023-10-12 19:51 ` [net 03/10] net/mlx5: Bridge, fix peer entry ageing in LAG mode Saeed Mahameed
2023-10-12 19:51 ` [net 04/10] net/mlx5: Handle fw tracer change ownership event based on MTRC Saeed Mahameed
2023-10-12 19:51 ` [net 05/10] net/mlx5e: RX, Fix page_pool allocation failure recovery for striding rq Saeed Mahameed
2023-10-12 19:51 ` [net 06/10] net/mlx5e: RX, Fix page_pool allocation failure recovery for legacy rq Saeed Mahameed
2023-10-12 19:51 ` [net 07/10] net/mlx5e: XDP, Fix XDP_REDIRECT mpwqe page fragment leaks on shutdown Saeed Mahameed
2023-10-12 19:51 ` [net 08/10] net/mlx5e: Take RTNL lock before triggering netdev notifiers Saeed Mahameed
2023-10-12 19:51 ` [net 09/10] net/mlx5e: Don't offload internal port if filter device is out device Saeed Mahameed
2024-10-23 9:32 ` Frode Nordahl
2024-10-24 8:17 ` Jianbo Liu
2024-11-06 7:17 ` Gerald Yang
2024-11-06 7:28 ` Jianbo Liu
2024-11-06 8:59 ` Gerald Yang
2023-10-12 19:51 ` [net 10/10] net/mlx5e: Fix VF representors reporting zero counters to "ip -s" command Saeed Mahameed
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=169724582663.12217.6955533588008550906.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=leonro@nvidia$(echo .)com \
--cc=moshe@nvidia$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=saeed@kernel$(echo .)org \
--cc=saeedm@nvidia$(echo .)com \
--cc=schnelle@linux$(echo .)ibm.com \
--cc=shayd@nvidia$(echo .)com \
--cc=tariqt@nvidia$(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