[roll] Roll fuchsia [netstack3] Remove Buffer from RxQueue traits

Rename BufferReceiveQueueHandler to ReceiveQueueHandler, taking its
buffer type parameter out and using directly the associated type coming
from ReceiveQueueTypes, since that was the only supported implementation
for it either way.

Old ReceiveQueueHandler only supports public API through trampoline
functions, so make it a struct to group the methods inside instead,
following the pattern from the transmit queue.

Original-Bug: 135142, 133996
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/953855
Original-Revision: 165510e369e7109f13b203bbfb95f469501283ec
GitOrigin-RevId: 2b9f8e11aeae791ff8a59cbf3b55ea9242ca798a
Change-Id: Ib938bb825df31ccb80c276bc5b16d0c899605b24
1 file changed
tree: 3350c908cc75ed7e8cb8748c54f3279666cef2f3
  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.