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)
Sep 4 2025, 1:04 PM
Unknown Object (File)
Aug 15 2025, 12:06 AM
Unknown Object (File)
Aug 12 2025, 1:26 PM
Unknown Object (File)
Aug 12 2025, 1:13 PM
Unknown Object (File)
Aug 12 2025, 1:09 PM
Unknown Object (File)
Aug 12 2025, 12:57 PM
Unknown Object (File)
Aug 3 2025, 7:20 AM
Unknown Object (File)
Jul 5 2025, 5:21 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.