Re: [PATCH net-next 5/5] selftests: drivers: hw: add tests for the ethtool standard counters

From: Petr Machata

Date: Tue Mar 03 2026 - 08:33:38 EST



Ioana Ciornei <ioana.ciornei@xxxxxxx> writes:

> On Fri, Feb 27, 2026 at 04:45:47PM +0100, Petr Machata wrote:
>>
>> Ioana Ciornei <ioana.ciornei@xxxxxxx> writes:
>>
>> > + for i in "${!counters[@]}"; do
>>
>> There should be a RET=0 here, so that the check_err below gets a clean slate.
>
> You want me to move the RET=0 from some lines below to here, right?

My bad, I missed that there is a RET=0 below. Keep it as it is.