Page MenuHomeFreeBSD

D58330.id182194.diff
No OneTemporary

D58330.id182194.diff

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

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)

Event Timeline