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, Nov 20, 12:26 PM
Unknown Object (File)
Sat, Nov 1, 1:57 PM
Unknown Object (File)
Thu, Oct 30, 2:57 PM
Unknown Object (File)
Oct 26 2025, 6:08 AM
Unknown Object (File)
Oct 16 2025, 1:26 AM
Unknown Object (File)
Oct 16 2025, 1:26 AM
Unknown Object (File)
Oct 16 2025, 1:26 AM
Unknown Object (File)
Oct 15 2025, 2:43 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 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.