diff options
author | 2014-09-19 17:30:16 -0400 | |
---|---|---|
committer | 2014-09-19 17:30:16 -0400 | |
commit | 58310b3fc6aaa4f896ad3cbcd88851e7ad0908f6 (patch) | |
tree | bb24828b191225b2af2e5f25ebbcc90c08469faa /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | net: fix sparse warnings in SNMP_UPD_PO_STATS(_BH) (diff) | |
parent | net/mlx4_en: Add mlx4_en_get_cqe helper (diff) | |
download | linux-dev-58310b3fc6aaa4f896ad3cbcd88851e7ad0908f6.tar.xz linux-dev-58310b3fc6aaa4f896ad3cbcd88851e7ad0908f6.zip |
Merge branch 'mlx4-next'
Or Gerlitz says:
====================
mlx4: CQE/EQE stride support
This series from Ido Shamay is intended for archs having
cache line larger then 64 bytes.
Since our CQE/EQEs are generally 64B in those systems, HW will write
twice to the same cache line consecutively, causing pipe locks due to
he hazard prevention mechanism. For elements in a cyclic buffer, writes
are consecutive, so entries smaller than a cache line should be
avoided, especially if they are written at a high rate.
Reduce consecutive writes to same cache line in CQs/EQs, by allowing the
driver to increase the distance between entries so that each will reside
in a different cache line.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions