Commit 0e13d3f
authored
No need for shadow to notify plugin that shmem operations are done (#1132)
thread_preload was notifying the shim shmem operations were done before
sending back the results of each syscall. The shim doesn't do anything
in response to this other than send back an acknowledgment message.
Removing this drops execution time from 20s to 17s in the "workload"
syscall microbenchmark with 512 hosts.1 parent 0a5d6a5 commit 0e13d3f
2 files changed
Lines changed: 1 addition & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | 286 | | |
300 | 287 | | |
301 | 288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
211 | 210 | | |
212 | 211 | | |
213 | 212 | | |
214 | | - | |
| 213 | + | |
0 commit comments