mrnuke
                                            mrnuke
                                        
                                    ``` [root@g-prime blktests]# fio --version fio-3.3 ```
Is that with an ancient kernel? It looks like FFS is trying to notify OS of an error, and the OS doesn't know what's going on.
I don't understand how this would be related to #432
```fio fiotest.fio --client=g-prime``` The following config file doesn't do anything: ``` [global] name=blablabla ioengine=libaio iodepth=32 rw=randrw continue_on_error=1 filename=/dev/nvme1n1 ``` The following file does work as expected ``` [global] name=blablabla ioengine=libaio...
Tested-by: Yours truly on TL-SG2008P. The remaining comments are minor in my mind: I'm seeing a few build failures on `zyxel_gs1900-*` and `allnet_all-sg8208m` if I enable luci and kernel dymanic...
> Could you post your diffconfig? ``` $ ./scripts/diffconfig.sh CONFIG_TARGET_realtek=y CONFIG_TARGET_realtek_rtl838x=y CONFIG_TARGET_realtek_rtl838x_Default=y CONFIG_KERNEL_DYNAMIC_DEBUG=y CONFIG_KERNEL_DYNAMIC_FTRACE=y CONFIG_KERNEL_FTRACE=y CONFIG_KERNEL_FUNCTION_TRACER=y CONFIG_PACKAGE_cgi-io=y CONFIG_PACKAGE_i2c-tools=y CONFIG_PACKAGE_kmod-hwmon-core=y CONFIG_PACKAGE_kmod-hwmon-tps23861=y CONFIG_PACKAGE_kmod-i2c-core=y CONFIG_PACKAGE_kmod-regmap-core=y CONFIG_PACKAGE_kmod-regmap-i2c=y CONFIG_PACKAGE_libi2c=y CONFIG_PACKAGE_libiwinfo=y CONFIG_PACKAGE_libiwinfo-data=y CONFIG_PACKAGE_libiwinfo-lua=y CONFIG_PACKAGE_liblua=y CONFIG_PACKAGE_liblucihttp=y CONFIG_PACKAGE_liblucihttp-lua=y...
> UPDATE: Tested-by: Yours truly on TL-SG2008P. Can I propose that we merge this series (with some patch squasing? Since it's a testing, I don't expect that we'd break anything....
Hi, I'm from the future, in the year 2020. I believe I have a compelling use case for this. I have a device here (Agilent 82347A) that needs transfers submitted...
I was just looking into calling libusb_submit_transfer on top of pyusb, albeit in a hackier manner.
HI @jonasmalacofilho , I tried to implement libusb_fill_bulk_transfer() here https://github.com/mrnuke/pyusb/commit/ecbb0ad4aa4b1a51aa853a11fedc0df30bdd2894 . That's easy. What I'm having difficulty with is how to wait for a usb transfer to complete. We need...