[Bug 262571] epair(4) interfaces stop forwarding traffic on moderate load
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Mar 2022 05:45:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262571 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=0bf7acd6b7047537a38e2de391a461e4e8956630 commit 0bf7acd6b7047537a38e2de391a461e4e8956630 Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2022-03-17 02:35:13 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2022-03-17 05:43:47 +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 sys/net/if_epair.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.