Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Typofixes and light copyedit, 20201004 edition.
Browse files Browse the repository at this point in the history
  • Loading branch information
pauamma committed Oct 4, 2020
1 parent 9d2306e commit 9053689
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 2020q3/ebpf.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Contact: Ankur Kothiwal <[email protected]>
The eBPF eXpress Data Path (XDP) allows eBPF programs to be run to filter
received packets as early as possible, avoiding unnecessary processing
overhead before the filter is run. The goal of this project is to extend an
existing FreeBSD network driver (a virtual NIC like a VirtIO if_vtnet ) to
existing FreeBSD network driver (a virtual NIC like a VirtIO if_vtnet) to
be able to call into an eBPF program when processing a newly received
packet. In short, XDP the driver must PASS (accept and process normally), DROP,
packet. In short, with XDP the driver must PASS (accept and process normally), DROP,
TX or REDIRECT the packet as specified by the program. eBPF helper
functions and maps for aiding in packet filtering will also be
implemented.
Expand Down
6 changes: 3 additions & 3 deletions 2020q3/releng.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ builds currently planned, and RC3 scheduled on an as-needed basis. The
In addition to the 12.2-RELEASE, Glen Barber of the Release Engineering
Team finished work to the release build tools and scripts to prepare for
the conversion from Subversion to Git for the 13.0-RELEASE cycle. There
are no plans to merge these changes to stable branches at this time, as
are no plans to merge these changes to stable branches at this time; as
discussed within the Git working group, we feel such a change on a stable
branch would be too intrusive to our user base as well as downstream
FreeBSD consumers. Development snapshot builds for 13.0-CURRENT have
Expand All @@ -37,9 +37,9 @@ Additionally throughout the quarter, several development snapshots builds
were released for the *head*, *stable/12*, and *stable/11* branches.

Finally, the Release Engineering Team would like to thank Marius Strobl
for his time serving on the team, who had recently stepped down from the
for his time serving on the team; he had recently stepped down from the
Deputy RE Lead role due to constraints on his time. The Team welcomes
Colin Percival to the Team, who has accepted fulfilling this role.
Colin Percival, who has accepted fulfilling this role.

Much of this work was sponsored by Rubicon Communications, LLC (netgate.com)
and the FreeBSD Foundation.
2 changes: 1 addition & 1 deletion 2020q3/zstd.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Completed milestones in this project:
* Importing ZSTD 1.4.5 into OpenZFS, using the recent upstream zstd features that make it easier to embed zstd in other projects,
* Changing the way compression levels are tracked and inherited,
* Save and restore the compression level via an embedded block header,
* Also store the version of zstd used in the embedded block header, for future proofing. The checksum of a block may not patch if zstd is upgraded, since it may compress the block more,
* Also store the version of zstd used in the embedded block header, for future proofing. The checksum of a block may not match if zstd is upgraded, since it may compress the block more,
* Add tests to ensure zstd compression and metadata survive ZFS replication,
* Resolve possible negative interactions with L2ARC and ZFS Native Encryption,
* Fix bug with L2ARC if the Compressed ARC feature is disabled,
Expand Down

0 comments on commit 9053689

Please sign in to comment.