Re: [PATCH 1/1] scsi: storvsc: Fix ring buffer size calculation

2024-01-23 Thread Martin K. Petersen
On Mon, 22 Jan 2024 09:09:56 -0800, mhkelle...@gmail.com wrote: > Current code uses the specified ring buffer size (either the default of > 128 Kbytes or a module parameter specified value) to encompass the one page > ring buffer header plus the actual ring itself. When the page size is > 4K, car

Re: [PATCH net 1/1] hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes

2024-01-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Mon, 22 Jan 2024 08:20:28 -0800 you wrote: > From: Michael Kelley > > Current code in netvsc_drv_init() incorrectly assumes that PAGE_SIZE > is 4 Kbytes, which is wrong on ARM64 with 16K or 64K page size. As a > resul

Re: [PATCH 4/4 V2 net-next] net: mana: Assigning IRQ affinity on HT cores

2024-01-23 Thread Jakub Kicinski
On Mon, 22 Jan 2024 08:00:59 -0800 Souradeep Chakrabarti wrote: > IRQ node-numcore-num CPUperformance(%) > 1 0 | 0 0 | 0 0 | 0-1 0 > 2 0 | 0 0 | 1 1 | 2-3 3 > 3 0 | 0 1 | 2 2 | 4-5 10 > 4 0 | 0 1 | 3 3 | 6-7

RE: [PATCH net 1/1] hv_netvsc: Calculate correct ring size when PAGE_SIZE is not 4 Kbytes

2024-01-23 Thread Michael Kelley
From: Simon Horman @ 2024-01-22 20:49 UTC (permalink / raw) > > On Mon, Jan 22, 2024 at 08:20:28AM -0800, mhkelle...@gmail.com wrote: > > From: Michael Kelley > > > > Current code in netvsc_drv_init() incorrectly assumes that PAGE_SIZE > > is 4 Kbytes, which is wrong on ARM64 with 16K or 64K page