[roll] Roll fuchsia [netstack3] Implement partial packet serialization for eBPF

Added and implemented new `PartialSerializer` trait that will be used
for lightweight packet serialization for BPF. It differs from the normal
`Serializer` as follows:
 1. Only headers are serialized, not the packet body.
 2. Checksum(s) are not calculated.
 3. Serialized data is stored in a pre-allocated buffer. This allows
    to allocate space for the buffer on the stack.

Original-Bug: 407809292
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1271287
Original-Revision: 2ba39c3a78a6d39135322b971b8023241b0f2e26
GitOrigin-RevId: 5932bab3b08f7076d3d221e59c38854e983d4b44
Change-Id: I0230b2c471ac4e45169eda5a95341d7f6b052115
1 file changed
tree: ad4418430cd24935e9e8092648e3a0b3d6484387
  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.