[email protected], le mar. 14 oct. 2025 17:28:01 +0200, a ecrit: > Oct 13, 2025, 19:41 by [email protected]: > > > Hello, > > > > [email protected], le lun. 13 oct. 2025 21:13:01 +0200, a ecrit: > > > >> Another thing for the streamio change is that my current patch does not > >> work when there is a both an input and an output buffer. > >> > >> Can this happen? > >> > > > > Yes, see the open_hook which allows both modes at the same time. > > > >> If yes do you have an idea on how to resolve this? > >> > > > > What issue do you actually get? From a quick glance it doesn't look > > like calling start_input/output spuriously would really pose problem? > > > I have not actually tried it. > > I thought that start_input/start_output (without nowait) will block waiting > for the response. > I probably confused this with dev_read/dev_write in my head.
No, it's a foo_request RPC call, so it just sends the request, and device_read_reply gets called later on. (actually, the _inband versions) Samuel
