Re: [PATCH net-next 01/35] rxrpc: Implement an in-kernel rxperf server for testing purposes
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-12-01 04:05:03
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-12-01 04:05:03
Also in:
lkml
On Wed, 30 Nov 2022 16:54:26 +0000 David Howells wrote:
Implement an in-kernel rxperf server to allow kernel-based rxrpc services to be tested directly, unlike with AFS where they're accessed by the fileserver when the latter decides it wants to. This is implemented as a module that, if loaded, opens UDP port 7009 (afs3-rmtsys) and listens on it for incoming calls. Calls can be generated using the rxperf command shipped with OpenAFS, for example.
This one generates a build warning on 32bit x86, type mismatch in min().