From owner-dev-commits-doc-all@freebsd.org Sun Sep 19 23:09:59 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8D4A7673571 for ; Sun, 19 Sep 2021 23:09:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HCNgq3Tgnz4sRK; Sun, 19 Sep 2021 23:09:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53AAE25573; Sun, 19 Sep 2021 23:09:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18JN9xKd015672; Sun, 19 Sep 2021 23:09:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18JN9xun015671; Sun, 19 Sep 2021 23:09:59 GMT (envelope-from git) Date: Sun, 19 Sep 2021 23:09:59 GMT Message-Id: <202109192309.18JN9xun015671@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Brad Davis Subject: git: 6c0259471e - main - Improve grammar in multicast status report MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brd X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6c0259471e142eb9b5a191c6822135ea52122753 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2021 23:09:59 -0000 The branch main has been updated by brd: URL: https://cgit.FreeBSD.org/doc/commit/?id=6c0259471e142eb9b5a191c6822135ea52122753 commit 6c0259471e142eb9b5a191c6822135ea52122753 Author: Brad Davis AuthorDate: 2021-09-19 23:09:05 +0000 Commit: Brad Davis 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 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: