Re: [PATCH net-next 12/12] net: psp: Add a self test for PSP with HW-GRO

Tariq Toukan <[email protected]> Thu, 30 Jul 2026 12:58:07 +0300
Newsgroups org.kernel.vger.linux-rdma,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest,org.kernel.vger.netdev
Message-ID <[email protected]>

On 30/07/2026 12:17, Tariq Toukan wrote:
> From: Cosmin Ratiu <[email protected]>
> 
> Add a test case which attempts to send several 64K chunks over PSP,
> which is more than MTU, and thus trigger GSO on the TX side and
> hopefully HW GRO on the RX side. Verify HW GRO counters increase.
> This required the addition of a new command in the psp responder, so it
> sends the data in order to get it reassembled on the local (DUT) side.
> This is required in order to read the qstats.
> 
> Some light refactoring of the PSP responder was also done, because the
> number of indentation levels started making checkpack unhappy.
> 
> Signed-off-by: Cosmin Ratiu <[email protected]>
> Reviewed-by: Dragos Tatulea <[email protected]>
> Signed-off-by: Tariq Toukan <[email protected]>
> ---
Oh, please ignore this one. Sent by mistake.
It's a leftover I had locally.