[roll] Roll fuchsia [netdevice] Correctly return frames to bad ports

Tx frames destined to bad ports were supposed to be returned. A bug in
the element size in the FIFO write call was preventing that.

Address the bug, add a test, and add leniency around ZX_ERR_PEER_CLOSED
errors that may be observed when returning such bad frames. Problem was
caught by error logs in integration tests.

Multiply: netstack_fidl_integration_test: 30
Original-Fixed: 75693
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/521879
Original-Revision: 1d65523b8cd6b05550b6367a93cc1b34d99526e9
GitOrigin-RevId: 9faeb76033c5497360c32ef7b57c132fc5dae862
Change-Id: Ie727708c95c4e3420375dcd01aff4953d720ad74
1 file changed
tree: 15ffa4e57003387219d70183f76ee8405c904699
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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.