[roll] Roll fuchsia [dwmac] Implement NetworkDevice protocol

Directly implements the NetworkDevice protocol in the dwmac driver
instead of relying on the netdevice-migration adapter.

This is almost universally an improvement in benchmarks, with the
exception of udp/send having higher CPU usage. However, this higher
CPU usage is corrolated with increases in throughput, so it's not
clear this is the driver's fault.

Original-Bug: 42068759
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1089712
Original-Revision: d6d1869682796d41eeae5e673576669c082ef1a6
GitOrigin-RevId: 2ede24ea8236016ae4034a0908b00dc85bf938f8
Change-Id: Ie2fe5a56c12be7de04abbbd481ea3cba8002b792
1 file changed
tree: 44a9c416d0e330ec21600cb8c2a39c245171605b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.