[roll] Roll fuchsia [netstack] Prevent empty batches in netdevice

Because the number of total descriptors is rounded up to the next power
of 2, the scratch buffers could be smaller than the total number of
InFlight buffers, causing empty batches on FifoWrite which causes
panics.

Original-Fixed: 328442154

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1002883
Original-Revision: 8c30cdd3f39a0016e7da45423f04c2eb87a0ffcb
GitOrigin-RevId: 4611bf257a017c08a3bc0c8f7c851054ad21fa0e
Change-Id: I1362864ec363a72e27bfcef23706dea21906e243
1 file changed
tree: e4023844d4c42c07aba09e5fb6c3531003d1678f
  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.