Page MenuHomeFreeBSD

mld6: use callout(9) directly instead of pr_slowtimo, pr_fasttimo
ClosedPublic

Authored by glebius on Aug 12 2022, 8:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 31, 5:44 PM
Unknown Object (File)
Thu, Oct 31, 3:27 PM
Unknown Object (File)
Mon, Oct 28, 6:50 AM
Unknown Object (File)
Fri, Oct 25, 4:18 PM
Unknown Object (File)
Wed, Oct 23, 4:53 AM
Unknown Object (File)
Mon, Oct 21, 7:31 AM
Unknown Object (File)
Mon, Oct 21, 6:57 AM
Unknown Object (File)
Mon, Oct 21, 6:57 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Rebase - part belonged to other diff.

This revision is now accepted and ready to land.Aug 12 2022, 11:08 AM
sys/netinet6/mld6.c
1726

Probably worth using callout_reset_sbt() to indicate absolute timeout.

sys/netinet6/mld6.c
1298

We need to enter epoch here.

mld_fasttimo_vnet() calls mld_v2_dispatch_general_query() which requires epoch to be present.

sys/netinet6/mld6.c
1298

Thanks! Will do.

1726

I'd better leave functional improvements for future, not in this changeset.

This revision now requires review to proceed.Aug 12 2022, 3:28 PM
This revision is now accepted and ready to land.Aug 17 2022, 4:00 PM

Rename PR_FOOHZ to MLD_FOOHZ

This revision now requires review to proceed.Aug 17 2022, 5:00 PM
This revision is now accepted and ready to land.Aug 17 2022, 6:09 PM