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, May 19, 2:36 AM
Unknown Object (File)
Sun, May 17, 10:55 PM
Unknown Object (File)
Sun, May 17, 10:55 PM
Unknown Object (File)
Sun, May 17, 10:42 PM
Unknown Object (File)
Thu, May 14, 10:35 AM
Unknown Object (File)
Thu, May 14, 10:33 AM
Unknown Object (File)
Thu, May 14, 6:16 AM
Unknown Object (File)
Mon, May 11, 1:54 PM

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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

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