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)
Tue, Aug 25, 11:31 AM
Unknown Object (File)
Mon, Aug 24, 3:40 PM
Unknown Object (File)
Mon, Aug 24, 3:11 AM
Unknown Object (File)
Mon, Aug 10, 2:34 AM
Unknown Object (File)
Sun, Aug 9, 4:52 AM
Unknown Object (File)
Sun, Aug 9, 1:25 AM
Unknown Object (File)
Sat, Aug 8, 7:21 PM
Unknown Object (File)
Sat, Aug 8, 10:03 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