1
1
Artem Polyakov 7d96f12fec pml/yalla: fix yalla performance regression
It was introduced in PR https://github.com/open-mpi/ompi/pull/1228
 in particular in commit 041a6a9f53033a12d1cbf5c1af36cb16c7cdcc36.

 Original solution was using "flexible array member" called "mxm_base"
 to "fall-through" to the "mxm" send/recv member that located in the
 outer structure.

 After changing number of elements in "mxm_base" from 0 to 1 we actually
 allocating 2 mxm_req_base_t elements which leads to increased overal
 size and harms cache performance.

 It also brakes "mca_pml_yalla_check_request_state" function.
2016-07-05 10:52:48 +03:00
..
2016-03-18 10:59:46 -06:00
2015-06-23 20:59:57 -07:00
2016-04-19 14:48:13 -06:00
2016-06-14 10:50:32 -05:00
2016-06-21 09:50:29 -06:00
2015-12-28 13:58:45 +09:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00