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)
Thu, Jul 23, 2:45 AM
Unknown Object (File)
Tue, Jul 21, 5:08 PM
Unknown Object (File)
Mon, Jul 13, 10:09 AM
Unknown Object (File)
May 8 2026, 8:08 PM
Unknown Object (File)
May 8 2026, 12:25 PM
Unknown Object (File)
May 7 2026, 10:19 PM
Unknown Object (File)
Apr 24 2026, 3:40 AM
Unknown Object (File)
Apr 17 2026, 12:55 AM
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 Not Applicable
Unit
Tests Not Applicable

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.