[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250710101229.804183-1-suraj.gupta2@amd.com>
Date: Thu, 10 Jul 2025 15:42:25 +0530
From: Suraj Gupta <suraj.gupta2@....com>
To: <andrew+netdev@...n.ch>, <davem@...emloft.net>, <kuba@...nel.org>,
<pabeni@...hat.com>, <michal.simek@....com>, <vkoul@...nel.org>,
<radhey.shyam.pandey@....com>
CC: <netdev@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <dmaengine@...r.kernel.org>,
<harini.katakam@....com>
Subject: [PATCH V2 0/4] Add ethtool support to configure irq coalescing count and delay
AXI ethernet driver uses AXI DMA dmaengine driver. Add support to
configure / report coalesce parameters dynamically during runtime
via ethtool. Add support in DMAengine driver to communicate coalesce
parameters between client and DMA driver. Add support for Tx and Rx
adaptive irq coalescing with DIM in AXI ethernet driver.
Changes in V2:
- Add DIM in AXI ethernet driver.
- Fix following LKP warning in V1:
https://lore.kernel.org/all/202505252153.Nm1BzFUq-lkp@intel.com/
- Consolidate separate Dmaengine and netdev series in V1.
V1 axienet and dmaengine series:
https://lore.kernel.org/all/20250525101617.1168991-1-suraj.gupta2@amd.com/
https://lore.kernel.org/all/20250525102217.1181104-1-suraj.gupta2@amd.com/
Suraj Gupta (4):
dmaengine: Add support to configure and read IRQ coalescing parameters
dmaengine: xilinx_dma: Fix irq handler and start transfer path for AXI
DMA
dmaengine: xilinx_dma: Add support to configure/report coalesce
parameters from/to client using AXI DMA
net: xilinx: axienet: Add ethtool support to configure/report irq
coalescing parameters in DMAengine flow
drivers/dma/xilinx/xilinx_dma.c | 93 +++++++--
drivers/net/ethernet/xilinx/xilinx_axienet.h | 13 +-
.../net/ethernet/xilinx/xilinx_axienet_main.c | 190 +++++++++++++++++-
include/linux/dmaengine.h | 10 +
4 files changed, 276 insertions(+), 30 deletions(-)
--
2.25.1
Powered by blists - more mailing lists