Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158056615
D32179.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
466 B
Referenced Files
None
Subscribers
None
D32179.diff
View Options
diff --git a/sys/dev/mlx5/mlx5_en/mlx5_en_main.c b/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
--- a/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
+++ b/sys/dev/mlx5/mlx5_en/mlx5_en_main.c
@@ -4376,7 +4376,7 @@
ifp->if_mtu = ETHERMTU;
ifp->if_init = mlx5e_open;
ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST |
- IFF_KNOWSEPOCH;
+ IFF_KNOWSEPOCH | IFF_ALLMULTI;
ifp->if_ioctl = mlx5e_ioctl;
ifp->if_transmit = mlx5e_xmit;
ifp->if_qflush = if_qflush;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 29, 1:05 AM (16 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33595793
Default Alt Text
D32179.diff (466 B)
Attached To
Mode
D32179: mlx5en: allow userspace to enable/disable allmutli mode
Attached
Detach File
Event Timeline
Log In to Comment