Message ID | 20250116232954.2696930-1-sean.anderson@linux.dev (mailing list archive) |
---|---|
Headers | show |
Series | net: xilinx: axienet: Enable adaptive IRQ coalescing with DIM | expand |
On Thu, 16 Jan 2025 18:29:48 -0500 Sean Anderson wrote:
> - Fix incorrect function name in doc comment for axienet_coalesce_params
Huh, I wonder if you sent the wrong version..
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 16 Jan 2025 18:29:48 -0500 you wrote: > To improve performance without sacrificing latency under low load, > enable DIM. While I appreciate not having to write the library myself, I > do think there are many unusual aspects to DIM, as detailed in the last > patch. > > Changes in v4: > - Fix incorrect function name in doc comment for axienet_coalesce_params > - Rebase onto net-next/master > > [...] Here is the summary with links: - [net-next,v4,1/6] net: xilinx: axienet: Add some symbolic constants for IRQ delay timer https://git.kernel.org/netdev/net-next/c/5cff9d1756fb - [net-next,v4,2/6] net: xilinx: axienet: Report an error for bad coalesce settings https://git.kernel.org/netdev/net-next/c/9d301a53a532 - [net-next,v4,3/6] net: xilinx: axienet: Combine CR calculation (no matching commit) - [net-next,v4,4/6] net: xilinx: axienet: Support adjusting coalesce settings while running (no matching commit) - [net-next,v4,5/6] net: xilinx: axienet: Get coalesce parameters from driver state (no matching commit) - [net-next,v4,6/6] net: xilinx: axienet: Enable adaptive IRQ coalescing with DIM (no matching commit) You are awesome, thank you!
On 1/18/25 20:19, Jakub Kicinski wrote: > On Thu, 16 Jan 2025 18:29:48 -0500 Sean Anderson wrote: >> - Fix incorrect function name in doc comment for axienet_coalesce_params > > Huh, I wonder if you sent the wrong version.. I think I applied the hunk to the wrong patch. --Sean