05 Jun, 2019

1 commit

  • Based on 2 normalized pattern(s):

    this program is free software you can redistribute it and or modify
    it under the terms and conditions of the gnu general public license
    version 2 as published by the free software foundation this program
    is distributed in the hope it will be useful but without any
    warranty without even the implied warranty of merchantability or
    fitness for a particular purpose see the gnu general public license
    for more details the full gnu general public license is included in
    this distribution in the file called copying

    this program is free software you can redistribute it and or modify
    it under the terms and conditions of the gnu general public license
    version 2 as published by the free software foundation this program
    is distributed in the hope [that] it will be useful but without any
    warranty without even the implied warranty of merchantability or
    fitness for a particular purpose see the gnu general public license
    for more details the full gnu general public license is included in
    this distribution in the file called copying

    extracted by the scancode license scanner the SPDX license identifier

    GPL-2.0-only

    has been chosen to replace the boilerplate/reference in 57 file(s).

    Signed-off-by: Thomas Gleixner
    Reviewed-by: Alexios Zavras
    Reviewed-by: Allison Randal
    Cc: linux-spdx@vger.kernel.org
    Link: https://lkml.kernel.org/r/20190529141901.515993066@linutronix.de
    Signed-off-by: Greg Kroah-Hartman

    Thomas Gleixner
     

24 Aug, 2017

1 commit

  • We observed performance increase with DMA copy from memory
    to MMIO by changing the interrupt coalescing value to 0.
    The previous set value was projected on the C5xxx Xeon
    platform and no longer holds true. Removing hard coded
    value and providing a tune-able in sysfs in order to allow
    user to tune 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/pci0000:00/0000:00:04.0/dma/dma0chan0/
    quickdata/intr_coalesce

    Reported-by: Nithin Sujir
    Signed-off-by: Ujjal Singh
    Acked-by: Dave Jiang
    Signed-off-by: Vinod Koul

    Ujjal Singh
     

17 Aug, 2015

1 commit