git: 6c0259471e - main - Improve grammar in multicast status report

Brad Davis brd at FreeBSD.org
Sun Sep 19 23:09:59 UTC 2021


The branch main has been updated by brd:

URL: https://cgit.FreeBSD.org/doc/commit/?id=6c0259471e142eb9b5a191c6822135ea52122753

commit 6c0259471e142eb9b5a191c6822135ea52122753
Author:     Brad Davis <brd at FreeBSD.org>
AuthorDate: 2021-09-19 23:09:05 +0000
Commit:     Brad Davis <brd at FreeBSD.org>
CommitDate: 2021-09-19 23:09:05 +0000

    Improve grammar in multicast status report
---
 website/content/en/status/report-2021-04-2021-06/multicast.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/content/en/status/report-2021-04-2021-06/multicast.adoc b/website/content/en/status/report-2021-04-2021-06/multicast.adoc
index 8cc0481aa5..19b45f1a5f 100644
--- a/website/content/en/status/report-2021-04-2021-06/multicast.adoc
+++ b/website/content/en/status/report-2021-04-2021-06/multicast.adoc
@@ -5,8 +5,8 @@ Contact: Wojciech Macek <wma at semihalf.com>
 The Semihalf team has been working on reworking the existing ip_mroute module. The previous implementation was over 20 years old and didn't use modern kernel features.
 
 A complete rework of locking mechanism was done to eliminate taking multiple locks for a single job.
-Some portions of code were modified to use lockless constructions, BW-meter API refactored to work in a single context and routing hot path was identified and made to work efficiently.
-All these fixes helped achieve over 5x speed boost in multicast routing.
+Some portions of code were modified to use lockless constructs, the BW-meter API was refactored to work in a single context and routing hot path was identified and made more efficient.
+All these fixes helped achieve over a 5x speed boost in multicast routing.
 
 The newly introduced rework includes:
 


More information about the dev-commits-doc-all mailing list