Page MenuHomeFreeBSD

netgraph/ng_one2many: Clarification in comments about copy mode
ClosedPublic

Authored by donner on Feb 17 2020, 2:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 22 2024, 10:03 PM
Unknown Object (File)
Nov 17 2024, 9:56 AM
Unknown Object (File)
Nov 12 2024, 4:36 AM
Unknown Object (File)
Oct 31 2024, 8:08 AM
Unknown Object (File)
Oct 31 2024, 2:55 AM
Unknown Object (File)
Oct 26 2024, 4:23 AM
Unknown Object (File)
Oct 3 2024, 8:22 AM
Unknown Object (File)
Oct 2 2024, 3:52 PM

Details

Summary

In D23721 an old comment pointing to a probably more performant way was proven wrong.
Remove the comment, so that others do not run into this issue again.

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.Feb 17 2020, 5:39 PM

I thought about one "alternative": a copy-on-write mode for mbufs. However, this means modifications to the mbuf code.

In D23727#525485, @neel_neelc.org wrote:

I thought about one "alternative": a copy-on-write mode for mbufs. However, this means modifications to the mbuf code.

That would be a new review.

This revision now requires review to proceed.Sep 25 2020, 7:26 PM
kp added a subscriber: kp.

Approved by: kp (mentor)

This revision is now accepted and ready to land.Jan 18 2021, 12:39 PM