[roll] Roll fuchsia [virtualization] Enable Rust virtio-net device

Compared this to the C++ device using iperf3 on Termina and a tethered
gLinux desktop. In both cases, throughput ranged from 400Mbps, to
750Mbps.

Both of these devices use a single thread to service both virtio queues,
so this is a reasonably respectable throughput.

Note that if you want to repro this, you need to patch in
fxrev.dev/749243 to work around fxbug.dev/113283.

Original-Bug: 95485
Tested=iperf3

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/749244
Original-Revision: b736ac4bc65c939456b6081febdb40ebbb8f0f45
GitOrigin-RevId: 381957230fdb18bec7a514e00b9273e3911b525b
Change-Id: Ic70cbf0d378e1c875f958d3edcd72a9c1b9576da
1 file changed
tree: c181cab1ff878e1435b9c55e48616d181df617f6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.