Re: [PATCH v1 03/31] net/ntnic: add return code handling

2025-01-21 Thread Stephen Hemminger
On Tue, 21 Jan 2025 18:07:41 +0100 Serhii Iliushyk wrote: > From: Danylo Vodopianov > > CI found couple coverity problems which were fixed in this commit. > > CID: 448984, 448982, 448975, 448969, 448968, 448967 > API usage errors (BAD_COMPARE). > > Add memcmp return value checking. > > Cove

[PATCH v1 03/31] net/ntnic: add return code handling

2025-01-21 Thread Serhii Iliushyk
From: Danylo Vodopianov CI found couple coverity problems which were fixed in this commit. CID: 448984, 448982, 448975, 448969, 448968, 448967 API usage errors (BAD_COMPARE). Add memcmp return value checking. Coverity issue: 448984 Fixes: 6e8b7f11205f ("net/ntnic: add categorizer (CAT) FPGA m