[roll] Roll fuchsia [netdevice] Add Port::GetIdEvent method

Add the GetIdEvent method to the Port fidl protocol and device port
implementation. Each device port creates its own event on creation. This
can be used to uniquely identify a port across the system based on the
kernel object id of the event.

Original-Bug: 460241186
Test: Included unit test
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1420226
Original-Revision: 534479874c320d6c3a9132280c9f00089d2dcd6f
GitOrigin-RevId: bcd500450f153a42037e2d4e0decf21d2e6c6236
Change-Id: I4b824da438d0bed41a3a1f3d0fe99c7e8a469d6b
1 file changed
tree: 52cfa3a3edfb7ebcb95f641c13f6b01e4864a963
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.