Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2022 14:43:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 263820] dwc: dwc driver is not able to receive packets after adding new MAC address
Message-ID:  <bug-263820-7501-tLOyfmPbcg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263820-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263820-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=3D263820

--- Comment #2 from Jiahao LI <jiahali@blackberry.com> ---
(In reply to Mitchell Horne from comment #1)
Hi,

Thanks.

I have tried to put the second call of "dwc_setup_rxfilter()" at different
locations of the "dwc_init_locked()", such as right after the "dwc_init_dma=
()",
after the "if_setdrvflagbits()" and after the "callout_reset()".=20

It is the placement at the end of dwc_init_locked() that makes the differen=
ce,
which will be equivalent to call the "ifconfig dwc0 IP" command after adding
new mac address. Then, I decompose the "dwc_setup_rxfilter()" into the
"dwc_setup_macaddr()".

My device is RockPro64 LPDDR4:4G.

--=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-263820-7501-tLOyfmPbcg>