commit | f34cb54bbfe8613b25f68bd63cdb0dac8653e6e0 | [log] [tgz] |
---|---|---|
author | Bruno Dal Bo <brunodalbo@fuchsia.infra.roller.google.com> | Fri Dec 01 00:40:12 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Nov 30 16:41:22 2023 -0800 |
tree | 3350c908cc75ed7e8cb8748c54f3279666cef2f3 | |
parent | 3f78539ad7efc412c378b66c3333375bd7b5b81d [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.