Message ID | 20241107181211.3934153-1-sdf@fomichev.me (mailing list archive) |
---|---|
Headers | show |
Series | selftests: ncdevmem: Add ncdevmem to ksft | expand |
On Thu, Nov 07, 2024 at 10:11:59AM -0800, Stanislav Fomichev wrote: > The goal of the series is to simplify and make it possible to use > ncdevmem in an automated way from the ksft python wrapper. > > ncdevmem is slowly mutated into a state where it uses stdout > to print the payload and the python wrapper is added to > make sure the arrived payload matches the expected one. > > v8: > - move error() calls into enable_reuseaddr() (Joe) > - bail out when number of queues is 1 (Joe) Thanks for all the work on the refactor; sorry for the nit-picking on the queue counts. I just thought of it because in my test for busy poll stuff, netdevsim uses 1 queue. Having tests like this factored nicely really helps when people (like me) go to try to write a test for the first time and have a good example like this to follow :)
On 11/07, Joe Damato wrote: > On Thu, Nov 07, 2024 at 10:11:59AM -0800, Stanislav Fomichev wrote: > > The goal of the series is to simplify and make it possible to use > > ncdevmem in an automated way from the ksft python wrapper. > > > > ncdevmem is slowly mutated into a state where it uses stdout > > to print the payload and the python wrapper is added to > > make sure the arrived payload matches the expected one. > > > > v8: > > - move error() calls into enable_reuseaddr() (Joe) > > - bail out when number of queues is 1 (Joe) > > Thanks for all the work on the refactor; sorry for the nit-picking > on the queue counts. I just thought of it because in my test for > busy poll stuff, netdevsim uses 1 queue. > > Having tests like this factored nicely really helps when people > (like me) go to try to write a test for the first time and have a > good example like this to follow :) No worries, thanks for taking the time to review! nit-picks are fine as wells since they are usually the easiest ones to address :-D
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Thu, 7 Nov 2024 10:11:59 -0800 you wrote: > The goal of the series is to simplify and make it possible to use > ncdevmem in an automated way from the ksft python wrapper. > > ncdevmem is slowly mutated into a state where it uses stdout > to print the payload and the python wrapper is added to > make sure the arrived payload matches the expected one. > > [...] Here is the summary with links: - [net-next,v8,01/12] selftests: ncdevmem: Redirect all non-payload output to stderr https://git.kernel.org/netdev/net-next/c/6891f0b523e1 - [net-next,v8,02/12] selftests: ncdevmem: Separate out dmabuf provider https://git.kernel.org/netdev/net-next/c/8b9049af8066 - [net-next,v8,03/12] selftests: ncdevmem: Unify error handling https://git.kernel.org/netdev/net-next/c/bfccbaac1b45 - [net-next,v8,04/12] selftests: ncdevmem: Make client_ip optional https://git.kernel.org/netdev/net-next/c/0ebd75f5f239 - [net-next,v8,05/12] selftests: ncdevmem: Remove default arguments https://git.kernel.org/netdev/net-next/c/d3ca35c64d48 - [net-next,v8,06/12] selftests: ncdevmem: Switch to AF_INET6 https://git.kernel.org/netdev/net-next/c/933056357a8c - [net-next,v8,07/12] selftests: ncdevmem: Properly reset flow steering https://git.kernel.org/netdev/net-next/c/e3c09623a53b - [net-next,v8,08/12] selftests: ncdevmem: Use YNL to enable TCP header split https://git.kernel.org/netdev/net-next/c/798d822e5d34 - [net-next,v8,09/12] selftests: ncdevmem: Remove hard-coded queue numbers https://git.kernel.org/netdev/net-next/c/d4ef05d21131 - [net-next,v8,10/12] selftests: ncdevmem: Run selftest when none of the -s or -c has been provided https://git.kernel.org/netdev/net-next/c/77f870a00016 - [net-next,v8,11/12] selftests: ncdevmem: Move ncdevmem under drivers/net/hw (no matching commit) - [net-next,v8,12/12] selftests: ncdevmem: Add automated test https://git.kernel.org/netdev/net-next/c/80230864b7b0 You are awesome, thank you!