Page MenuHomeFreeBSD

icmp: do not store per-VNET identical array of strings
ClosedPublic

Authored by glebius on Mar 22 2024, 9:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 15, 1:56 AM
Unknown Object (File)
Feb 18 2025, 4:22 PM
Unknown Object (File)
Feb 12 2025, 10:20 AM
Unknown Object (File)
Feb 7 2025, 6:04 AM
Unknown Object (File)
Jan 25 2025, 4:05 AM
Unknown Object (File)
Jan 25 2025, 12:58 AM
Unknown Object (File)
Jan 24 2025, 8:35 PM
Unknown Object (File)
Jan 24 2025, 7:26 PM
Subscribers

Details

Summary

We need per-VNET struct counter_rate, but we don't need per-VNET set of
const char *. Also, identical word "response" can go into the format
string instead of being stored 7 times.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56746
Build 53634: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mar 23 2024, 1:19 AM
zlei added a subscriber: zlei.

Looks good to me.