Re: [PATCH net-next 13/13] selftests: drv-net: psp: Add a test for PSP with HW-GRO

From: Jakub Kicinski

Date: Thu Jul 30 2026 - 21:53:52 EST


On Thu, 30 Jul 2026 12:17:56 +0300 Tariq Toukan wrote:
> + if gro["fixed"] and not gro["active"]:
> + raise KsftSkipEx("HW GRO not supported by device")

XFail, this runs over netdevsim, SW tests must not skip.