Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2021 15:13:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 253583] igb(4) double counting ingress traffic
Message-ID:  <bug-253583-7501-K7glWAx2wR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253583-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253583-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253583

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Db6999635b195e8c0dd5c08ac9ff268c92=
107cc66

commit b6999635b195e8c0dd5c08ac9ff268c92107cc66
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-02-24 15:08:53 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-02-24 15:08:53 +0000

    iflib: Avoid double counting in rxeof

    iflib_rxeof() was counting everything twice.  This was introduced when
    pfil hooks were added to the iflib receive path.  We want to count rx
    packets/bytes before the pfil hooks are executed, so remove the counter
    adjustments that are executed after.

    PR:             253583
    Reviewed by:    gallatin, erj
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D28900

 sys/net/iflib.c | 2 --
 1 file changed, 2 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253583-7501-K7glWAx2wR>