Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166467689
D58330.id182194.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
644 B
Referenced Files
None
Subscribers
None
D58330.id182194.diff
View Options
diff --git a/sys/dev/dpaa2/dpaa2_ni.c b/sys/dev/dpaa2/dpaa2_ni.c
--- a/sys/dev/dpaa2/dpaa2_ni.c
+++ b/sys/dev/dpaa2/dpaa2_ni.c
@@ -2491,6 +2491,17 @@
__func__, error);
}
+ error = dpaa2_ni_setup_if_flags(sc);
+ if (error) {
+ device_printf(dev, "%s: failed to update interface flags: "
+ "error=%d\n", __func__, error);
+ }
+ error = dpaa2_ni_update_mac_filters(ifp);
+ if (error) {
+ device_printf(dev, "%s: failed to update MAC filters: "
+ "error=%d\n", __func__, error);
+ }
+
DPNI_LOCK(sc);
/* Announce we are up and running and can queue packets. */
if_setdrvflagbits(ifp, IFF_DRV_RUNNING, IFF_DRV_OACTIVE);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 14, 6:10 PM (12 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35251509
Default Alt Text
D58330.id182194.diff (644 B)
Attached To
Mode
D58330: dpaa2: Apply if_flags and MAC filters in dpaa2_ni_init()
Attached
Detach File
Event Timeline
Log In to Comment