Re: [PATCH rtw-next v2 0/4] wifi: rtl8xxxu: keep RX requests available across transient errors

From: Kim Wooseok

Date: Sun Sep 20 2026 - 04:18:07 EST


Hi Ping-Ke,

> Are these test items generated by LLM? and how did you make plan to test
> these? (Just curious.)

Yes, an LLM helped put the test results together.

I based the plan on the failure points in the paths affected by the
changes: the start() error paths covered in my reply to patch 2/3,
completion errors, further submission failures during recovery, and
stop while RX work was pending or running.

The tests were designed to inject failures at those points and exercise
the actual driver paths on the RTL8192EU. For each path, the checks
followed what had already been allocated or submitted, whether it was
released or retained for retry, and whether RX recovered or stop left
any work or requests outstanding. Resource counts and work activity
were recorded to check those outcomes.

> I think you want to say "this patchset is fully tested", right?

Yes, that was what I intended to convey. I consider the series
thoroughly tested.

Thanks,
Kim Wooseok