[roll] Roll fuchsia [fake_netstack] Batch reads and writes

Fix a bug where FakeNetstack would continuously re-arm its waits, even
when no pending completers were queued, causing it to busy loop and
consume 100% CPU.

Improves performance by batching reads and writes (instead of
using batches sizes of 1). Store completers in a std::queue instead of a
std::vector to service them in FIFO rather than LIFO order.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/592321
Original-Revision: 1e9b01c83575c255e26e739633156f1e324acf67
GitOrigin-RevId: 8bb893cfd949b184104d8cd397b6c5682e53dbb8
Change-Id: I8f65160a76c8f94f80ae6e500fe2491ab569a2d9
1 file changed
tree: c8e89ac4c3c59bcbdabd580f8abc88e2f9a7adde
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.