Re: [RFC PATCH v2] tests/9p: introduce declarative function calls

2022-08-29 Thread Greg Kurz
Hi Christian, On Thu, 18 Aug 2022 16:13:40 +0200 Christian Schoenebeck wrote: > On Montag, 18. Juli 2022 16:02:31 CEST Christian Schoenebeck wrote: > > On Montag, 18. Juli 2022 15:10:55 CEST Christian Schoenebeck wrote: > > > There are currently 4 different functions for sending a 9p 'Twalk' > >

Re: [RFC PATCH v2] tests/9p: introduce declarative function calls

2022-08-18 Thread Christian Schoenebeck
On Montag, 18. Juli 2022 16:02:31 CEST Christian Schoenebeck wrote: > On Montag, 18. Juli 2022 15:10:55 CEST Christian Schoenebeck wrote: > > There are currently 4 different functions for sending a 9p 'Twalk' > > request. They are all doing the same thing, just in a slightly different > > way and w

Re: [RFC PATCH v2] tests/9p: introduce declarative function calls

2022-07-18 Thread Christian Schoenebeck
On Montag, 18. Juli 2022 15:10:55 CEST Christian Schoenebeck wrote: > There are currently 4 different functions for sending a 9p 'Twalk' > request. They are all doing the same thing, just in a slightly different > way and with slightly different function arguments. > > Merge those 4 functions into