[roll] Roll fuchsia [netstack] Only tag non-sentinel events with ID

Currently all fuchsia.net.filter/Events are tagged with a ControllerId,
including the Idle event, which is a sentinel event not specific to a
particular controller. Instead, only tag resource events (Existing,
Added, Removed) with a ControllerId.

While I'm here, add a comment explaining how we calculated
MAX_BATCH_SIZE based on the size of the Watch response, and add a name
to an inline type.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/956059
Original-Revision: e9652bf2c96f9e4168d8416ccae6bf07dd5e9488
GitOrigin-RevId: 079844491b0475e9b7da4786a194ff8f7df3e7dd
Change-Id: I353cab00b14d7e80848caf5102938fbef2b8a753
1 file changed
tree: a419ba3bb085ad5269c2b27f9e0536571f7cac0e
  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.