Searched hist:"967 bcfc0f5744c1553545883bbb43df1d41cbb5c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_verbs.c | diff 967bcfc0f5744c1553545883bbb43df1d41cbb5c Thu Dec 24 10:19:23 CST 2015 Mike Marciniszyn <mike.marciniszyn@intel.com> IB/qib: Improve ipoib UD performance
Based on profiling, UD performance drops in case of processes in a single client due to excess context switches when the progress workqueue is scheduled.
This is solved by modifying the heuristic to select the direct progress instead of the scheduling progress via the workqueue when UD-like situations are detected in the heuristic.
Reviewed-by: Vinit Agnihotri <vinit.abhay.agnihotri@intel.com> Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
|