commit | adfc42ead3921f94339372ffb561bc3e8d7f3c86 | [log] [tgz] |
---|---|---|
author | Alex Vakulenko <avakulenko@google.com> | Wed Sep 06 15:35:04 2017 -0700 |
committer | Alex Vakulenko <avakulenko@google.com> | Wed Sep 13 09:58:33 2017 -0700 |
tree | fd10a7027362f812214c8b42ee8c1577dca3fdb7 | |
parent | fcc70bdc9e380ef1a652b229910c6e333cf575c5 [diff] |
Reduce the number of Send requests over UDS per IPC invocation We sent up to 3 separate send requests over a socket. Now combine then into one sendmgs() to improve performance and thread scheduling. This improves PDX/UDS performance by up to 2x in some cases. Bug: 65379030 Test: Sailfish works normally. Was able to run VR apps. Change-Id: I00734d2c3f06d7d42b089569a8cc11c2273a1b7f