Re: [PATCH 1/4] dmidecode: Add processor support from SMBIOS 3.6.0

2023-05-23 Thread Jean Delvare
Hi Jerry, On Mon, 22 May 2023 15:31:43 -0600, Jerry Hoemann wrote: > On Mon, May 22, 2023 at 05:11:27PM +0200, Jean Delvare wrote: > > @@ -4451,6 +4461,9 @@ static void dmi_decode(const struct dmi_ > > pr_attr("Thread Count", "%u", > >

Re: [PATCH 1/4] dmidecode: Add processor support from SMBIOS 3.6.0

2023-05-22 Thread Jerry Hoemann
On Mon, May 22, 2023 at 05:11:27PM +0200, Jean Delvare wrote: > SMBIOS 3.6.0 adds the following to the Processor Information > structure (type 4): > * 9 socket types > * 1 processor family > * 1 field (Thread Enabled) > > Signed-off-by: Jean Delvare > --- > dmidecode.c | 19 ---

[PATCH 1/4] dmidecode: Add processor support from SMBIOS 3.6.0

2023-05-22 Thread Jean Delvare
SMBIOS 3.6.0 adds the following to the Processor Information structure (type 4): * 9 socket types * 1 processor family * 1 field (Thread Enabled) Signed-off-by: Jean Delvare --- dmidecode.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) --- dmidecode.orig/dmidecode