Re: [ndctl PATCH RESEND 2/2] libcxl: Fix accessors for temperature field to support negative value

2023-07-31 Thread Verma, Vishal L
On Mon, 2023-07-31 at 12:17 +0900, Jehoon Park wrote: > On Mon, Jul 24, 2023 at 09:08:21PM +, Verma, Vishal L wrote: > > On Mon, 2023-07-17 at 15:29 +0900, Jehoon Park wrote: > > > Add a new macro function to retrieve a signed value such as a temperature. > > > Replace indistinguishable error

Re: [ndctl PATCH RESEND 2/2] libcxl: Fix accessors for temperature field to support negative value

2023-07-30 Thread Jehoon Park
On Mon, Jul 24, 2023 at 09:08:21PM +, Verma, Vishal L wrote: > On Mon, 2023-07-17 at 15:29 +0900, Jehoon Park wrote: > > Add a new macro function to retrieve a signed value such as a temperature. > > Replace indistinguishable error numbers with debug message. > > > > Signed-off-by: Jehoon

Re: [ndctl PATCH RESEND 2/2] libcxl: Fix accessors for temperature field to support negative value

2023-07-24 Thread Verma, Vishal L
On Mon, 2023-07-17 at 15:29 +0900, Jehoon Park wrote: > Add a new macro function to retrieve a signed value such as a temperature. > Replace indistinguishable error numbers with debug message. > > Signed-off-by: Jehoon Park > --- >  cxl/lib/libcxl.c | 36 ++-- >  1

[ndctl PATCH RESEND 2/2] libcxl: Fix accessors for temperature field to support negative value

2023-07-17 Thread Jehoon Park
Add a new macro function to retrieve a signed value such as a temperature. Replace indistinguishable error numbers with debug message. Signed-off-by: Jehoon Park --- cxl/lib/libcxl.c | 36 ++-- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git