HomeFreeBSD

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

Description

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

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.

Reviewed by: kp, zlei, tuexen
Differential Revision: https://reviews.freebsd.org/D44475

Details

Provenance
glebiusAuthored on Mar 24 2024, 4:13 PM
Reviewer
kp
Differential Revision
D44475: icmp: do not store per-VNET identical array of strings
Parents
rG579cb41b132f: acpi_hpet: Make use of enum for vm_guest to improve readability
Branches
Unknown
Tags
Unknown