[roll] Roll fuchsia [netdevice] Simplify threading

Simplify core netdevice threading model by having a single tx thread as
opposed to one thread per session. The multiple threads were in a way an
artifact from when the Session's FIDL was driven by the same thread.

That allows us to remove the buffers lock, which was the culprit in the
deadlock exposed in https://fxbug.dev/95499.

Original-Bug: 95499
Test: No behavior change, fx test -do network-device-lib-test
Multiply: network-device-lib-test:30
Multiply: network-test-realm-integration-test:30
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/658909
Original-Revision: f10bc7d518ef9286bdf2c25ee62740c366ea6cb3
GitOrigin-RevId: ff05d44db938f323b6d3a4067a8d8f4b370e8fce
Change-Id: I54f95a3a6de834267f0d78647e52968048a888c8
1 file changed
tree: d4815b4716f3405aeb2cfcd416e1ae7fe96c9f36
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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.