Page MenuHomeFreeBSD

ice(4): Handle allmulti flag in ice_if_promisc_set function
ClosedPublic

Authored by Yogesh.Bhosale_intel.com on Dec 12 2025, 6:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 11, 2:49 AM
Unknown Object (File)
Sun, Apr 5, 7:13 PM
Unknown Object (File)
Sun, Apr 5, 3:14 AM
Unknown Object (File)
Sat, Mar 14, 3:50 PM
Unknown Object (File)
Mar 10 2026, 4:20 PM
Unknown Object (File)
Feb 20 2026, 9:24 PM
Unknown Object (File)
Feb 19 2026, 2:15 AM
Unknown Object (File)
Feb 17 2026, 10:50 AM

Details

Summary

In the ice_if_promisc_set function, the driver currently disables the
IFF_ALLMULTI flag, thereby preventing the activation of multicast mode.
To address this issue, implement appropriate handling to ensure the
flag is managed correctly.

Signed-off-by: Yogesh Bhosale <yogesh.bhosale@intel.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 69193
Build 66076: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Dec 12 2025, 7:50 AM