diff options
author | Michael J. Ruhl <michael.j.ruhl@intel.com> | 2017-08-21 18:26:45 -0700 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-08-28 19:12:18 -0400 |
commit | 7956371ea48bd00956219a82fd3af655dd216073 (patch) | |
tree | 7279bc238b80cb372f3d6adf3b1d2cc09247d5b4 /Documentation/PCI | |
parent | de42de80d7bb4f82e30d16f5c64da90e64b6c644 (diff) | |
download | talos-obmc-linux-7956371ea48bd00956219a82fd3af655dd216073.tar.gz talos-obmc-linux-7956371ea48bd00956219a82fd3af655dd216073.zip |
IB/hfi1: Improve local kmem_cache_alloc performance
Performance analysis shows that the cache callback function
sdma_kmem_cache_ctor contributes to 1/2 of the kmem_cache_allocs
time.
Since all of the fields in the allocated data structure are initialized
in the code path, remove the _ctor function.
Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
Signed-off-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'Documentation/PCI')
0 files changed, 0 insertions, 0 deletions