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.
Details
Details
- Reviewers
nc kp - Group Reviewers
network - Commits
- R10:c3e75b6c1a02: netgraph/ng_one2main: Clarification in comments about copy mode
Diff Detail
Diff Detail
- Repository
- R10 FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I thought about one "alternative": a copy-on-write mode for mbufs. However, this means modifications to the mbuf code.