rxrpc: rxperf: Fix missing decoding of terminal magic cookie
authorDavid Howells <dhowells@redhat.com>
Tue, 18 Feb 2025 19:22:44 +0000 (19:22 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 21 Feb 2025 23:06:29 +0000 (15:06 -0800)
commitc34d999ca3145d9fe858258cc3342ec493f47d2e
tree5089c26016df0ad9fe4477fc69d15f89232b12a4
parentf06e4bfd010faefa637689d2df2c727dbf6e1d27
rxrpc: rxperf: Fix missing decoding of terminal magic cookie

The rxperf RPCs seem to have a magic cookie at the end of the request that
was failing to be taken account of by the unmarshalling of the request.
Fix the rxperf code to expect this.

Fixes: 75bfdbf2fca3 ("rxrpc: Implement an in-kernel rxperf server for testing purposes")
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: Simon Horman <horms@kernel.org>
cc: linux-afs@lists.infradead.org
Link: https://patch.msgid.link/20250218192250.296870-2-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rxrpc/rxperf.c