Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2022 15:38:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 262571] epair(4) interfaces stop forwarding traffic on moderate load
Message-ID:  <bug-262571-7501-f5jzC4HGPA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262571-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262571-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=3D262571

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch releng/13.1 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D81c1d7c9c727184dacb31df563fb42d20=
8ccde46

commit 81c1d7c9c727184dacb31df563fb42d208ccde46
Author:     Kristof Provost <kp@FreeBSD.org>
AuthorDate: 2022-03-17 02:35:13 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2022-03-20 15:25:40 +0000

    if_epair: build fix

    66acf7685b failed to build on riscv (and mips). This is because the
    atomic_testandset_int() (and friends) functions do not exist there.
    Happily those platforms do have the long variant, so switch to that.

    PR:             262571
    MFC after:      3 days
    Approved by:    re (gjb)

    (cherry picked from commit 0bf7acd6b7047537a38e2de391a461e4e8956630)

 sys/net/if_epair.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 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-262571-7501-f5jzC4HGPA>