On Mon, Aug 11, 2025 at 4:13 PM Jakub Kicinski kuba@kernel.org wrote:
The Device Under Test should always be the local system. While the Rx test gets this right the Tx test is sending from remote to local. So Tx of DMABUF memory happens on remote.
These tests never run in NIPA since we don't have a compatible device so we haven't caught this.
Signed-off-by: Jakub Kicinski kuba@kernel.org
Changes look reasonable, and to my eye the rx and tx commands are just switched with no changes. I would have liked to test this first but I'm not sure I'll get the chance today. So:
Reviewed-by: Mina Almasry almasrymina@google.com
and I guess when I have a chance to test I'll either give Tested-by or a fix on top.