Page MenuHomeFreeBSD

wg: Use atomic(9) instead of concurrency-kit atomics.
ClosedPublic

Authored by jhb on Oct 7 2022, 10:02 PM.
Tags
None
Referenced Files
F102014661: D36910.id111569.diff
Wed, Nov 6, 1:49 PM
Unknown Object (File)
Tue, Oct 29, 11:51 AM
Unknown Object (File)
Mon, Oct 28, 11:12 AM
Unknown Object (File)
Sun, Oct 27, 8:22 PM
Unknown Object (File)
Sat, Oct 19, 5:59 AM
Unknown Object (File)
Oct 4 2024, 2:26 PM
Unknown Object (File)
Oct 3 2024, 2:37 PM
Unknown Object (File)
Sep 30 2024, 9:46 PM
Subscribers

Details

Diff Detail

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

Event Timeline

jhb requested review of this revision.Oct 7 2022, 10:02 PM
jhb added a child revision: D36911: wg: Use zfree..

do you know why we ended up with the ck atomics?

This revision is now accepted and ready to land.Oct 8 2022, 1:51 AM

do you know why we ended up with the ck atomics?

I think it was done that way to match usage of epoch.

markj added inline comments.
sys/dev/wg/if_wg.c
991–992

This line is too long.

1011–1012

This one looks too long too.

sys/dev/wg/wg_noise.c
898

Indentation here is wrong.

jhb marked 2 inline comments as done.Oct 14 2022, 11:49 PM
jhb marked an inline comment as done.Oct 14 2022, 11:52 PM
  • Style fixes and a few more changes from another dropped review.
This revision now requires review to proceed.Oct 15 2022, 12:20 AM
This revision is now accepted and ready to land.Oct 15 2022, 12:31 AM
This revision now requires review to proceed.Oct 24 2022, 7:07 PM
This revision is now accepted and ready to land.Oct 24 2022, 7:18 PM