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)
Tue, Feb 18, 4:22 PM
Unknown Object (File)
Wed, Feb 12, 10:20 AM
Unknown Object (File)
Fri, Feb 7, 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
Unknown Object (File)
Jan 12 2025, 8:53 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 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.