[PATCH v3] dmaengine: ioatdma: Add intr_coalesce sysfs entry

2017-08-22 Thread Ujjal Singh
igned-off-by: Ujjal Singh <ujjal.si...@intel.com> --- drivers/dma/ioat/dma.c | 10 +++--- drivers/dma/ioat/dma.h |3 +++ drivers/dma/ioat/sysfs.c | 42 ++ 3 files changed, 52 insertions(+), 3 deletions(-) diff --git a/drivers/dma/ioat/dma.

[PATCH v3] dmaengine: ioatdma: Add intr_coalesce sysfs entry

2017-08-22 Thread Ujjal Singh
this on a per channel basis. By default this value will be set to 0. Example of sysfs variable importing for interrupt coalescing value from command line: echo 5> /sys/devices/pci:00/:00:04.0/dma/dma0chan0/ quickdata/intr_coalesce Reported-by: Nithin Sujir Signed-off-by: Ujjal Si