Re: [PATCH net-next] net: mana: Use mana_cleanup_port_context() for rxq cleanup

2024-06-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Fri, 14 Jun 2024 00:19:08 -0700 you wrote: > To cleanup rxqs in port context structures, instead of duplicating the > code, use existing function mana_cleanup_port_context() which does > the exact cleanup that's ne

RE: [PATCH v3,net-next] net: mana: Add support for page sizes other than 4KB on ARM64

2024-06-17 Thread Michael Kelley
From: LKML haiyangz On Behalf Of Haiyang Zhang Sent: Monday, June 17, 2024 1:17 PM > > As defined by the MANA Hardware spec, the queue size for DMA is 4KB > minimal, and power of 2. And, the HWC queue size has to be exactly > 4KB. > > To support page sizes other than 4KB on ARM64, define the mi

[PATCH v3,net-next] net: mana: Add support for page sizes other than 4KB on ARM64

2024-06-17 Thread Haiyang Zhang
As defined by the MANA Hardware spec, the queue size for DMA is 4KB minimal, and power of 2. And, the HWC queue size has to be exactly 4KB. To support page sizes other than 4KB on ARM64, define the minimal queue size as a macro separately from the PAGE_SIZE, which we always assumed it to be 4KB be

Re: [GIT PULL] Hyper-V fixes for v6.10-rc5

2024-06-17 Thread pr-tracker-bot
The pull request you sent on Mon, 17 Jun 2024 07:11:17 +: > ssh://g...@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git > tags/hyperv-fixes-signed-20240616 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6226e74900d7c106c7c86b878dc6779cfdb20c2b Thank

Re: [PATCH net-next] net: mana: Use mana_cleanup_port_context() for rxq cleanup

2024-06-17 Thread Heng Qi
在 2024/6/14 下午3:19, Shradha Gupta 写道: To cleanup rxqs in port context structures, instead of duplicating the code, use existing function mana_cleanup_port_context() which does the exact cleanup that's needed. Signed-off-by: Shradha Gupta --- drivers/net/ethernet/microsoft/mana/mana_en.c | 6

RE: [PATCH v2, net-next] net: mana: Add support for page sizes other than 4KB on ARM64

2024-06-17 Thread Haiyang Zhang
> -Original Message- > From: Michael Kelley > Sent: Sunday, June 16, 2024 12:04 AM > To: Haiyang Zhang ; linux-hyperv@vger.kernel.org; > net...@vger.kernel.org > Cc: Dexuan Cui ; step...@networkplumber.org; KY > Srinivasan ; Paul Rosswurm ; > o...@aepfle.de; vkuznets ; da...@davemloft.n

[GIT PULL] Hyper-V fixes for v6.10-rc5

2024-06-17 Thread Wei Liu
Hi Linus, The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: ssh://g...@gitolite.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git tags/hyperv-fixes-signed-20240616 for you to f