Re: [PATCH 12/15] net/ena: fix invalid return value check

2024-07-07 Thread Ferruh Yigit
On 7/2/2024 3:46 PM, shaib...@amazon.com wrote: > From: Shai Brandes > > Removed the sign inversion for when checking if > ena_com_set_host_attributes returns ENA_COM_UNSUPPORTED. > ENA_COM_UNSUPPORTED is defined as -EOPNOTSUPP, so the extra sign > inversion is wrong. > > Fixes: 3adcba9a8987 ("n

[PATCH 12/15] net/ena: fix invalid return value check

2024-07-02 Thread shaibran
From: Shai Brandes Removed the sign inversion for when checking if ena_com_set_host_attributes returns ENA_COM_UNSUPPORTED. ENA_COM_UNSUPPORTED is defined as -EOPNOTSUPP, so the extra sign inversion is wrong. Fixes: 3adcba9a8987 ("net/ena: update HAL to the newer version") Cc: sta...@dpdk.org S