Re: [PATCH RFC net-next v3 8/8] netconsole: docs: Add documentation for CPU number auto-population
From: Andrew Lunn
Date: Fri Jan 24 2025 - 11:15:37 EST
> +CPU number auto population in userdata
> +--------------------------------------
> +
> +Inside the netconsole configfs hierarchy, there is a file called
> +`cpu_nr` under the `userdata` directory. This file is used to enable or disable
> +the automatic CPU number population feature. This feature automatically
> +populates the CPU number that is sending the message.
Biking shedding a bit, but to me `cpu_nr` is the number of a
CPU. However, you want this to be an enable/disable feature. Would
`cpu_nr_enable`, or `cpu_nr_auto_populate` be clearer?
Andrew