Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2021 10:27:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 253469] realtek-re-kmod MC filter problem
Message-ID:  <bug-253469-7501-dLRmtNqEM5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-253469-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-253469-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=3D253469

Konstantin Belousov <kib@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib@FreeBSD.org

--- Comment #17 from Konstantin Belousov <kib@FreeBSD.org> ---
Try this.  The patch should be applied on top of all patches in the realtek
driver port.

It might be easier to apply it by hands

diff --git a/if_re.c b/if_re.c
index 47466f9..d8f0176 100644
--- a/if_re.c
+++ b/if_re.c
@@ -8663,7 +8663,7 @@ struct re_softc           *sc;

         /* now program new ones */
 #if OS_VER >=3D VERSION(13,0)
-       if_foreach_llmaddr(ifp, re_hash_maddr, hashes);
+       mcnt =3D if_foreach_llmaddr(ifp, re_hash_maddr, hashes);
 #else
 #if OS_VER >=3D VERSION(12,0)
        if_maddr_rlock(ifp);

--=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-253469-7501-dLRmtNqEM5>