[roll] Roll fuchsia [netstack3] Reorganize TransmitQueue handlers

Following up from recent removal of Buffer bounds on
BufferTransmitQueueHandler:

Rename BufferTransmitQueueHandler to TransmitQueueHandler. This trait
abstracts to the rest of the stack the operation of queueing a new frame
to be sent out some device.

Eliminate old TransmitQueueHandler trait, replace it with a struct
called TransmitQueueApi, which serves only as a holder for functions
provided to bindings. TransmitQueueApi is a candidate to simply become
public facing as part of core API refactor.

Note that due to how the traits were named, it looked like they were
following the pattern BufferFoo is Foo + Buffer-dependent calls. But
that was not the case here as can be observed from the trait
constraints. The traits target vastly different uses: TransmitQueueApi
is supporting public API, called by bindings while TransmitQueueHandler
is supporting Transmig queue abstraction for upper layers.

Original-Bug: 135142, 133996
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/953443
Original-Revision: e282fcd7f783d274f0978222ec5661066166877b
GitOrigin-RevId: 7106f8485330c9e06060b6bc250c0c26ac2bbe05
Change-Id: I4c999a38e2f5eabac07aafdca6f352fd24329cff
1 file changed
tree: 4d1601ad5e5724b533a2d09396bb2ca08f3d7109
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.