-
## Is your feature request related to a problem? Please describe (đź‘Ť if you like this request)
This epic is used to track improvements of the v1 data path.
- Frontend
- https://github.com/long…
-
Hi Ming,
Shall we add some ublk tests in blktests? So it could be more convenient for testing. For example, our test group can easily run blktests and report test failure. But deploying ublksrv and…
-
Call Trace:
[ 2780.096864]
[ 2780.096866] __schedule+0x2aa/0x610
[ 2780.096868] schedule+0x63/0x110
[ 2780.096873] ublk_ctrl_uring_cmd+0x12b4/0x146f [ublk_drv]
[ 2780.096877] ? __pfx_autore…
-
The loopback example works. However, when I try running the ramdisk example, I hang when trying to interact with block device.
```
$ sudo modprobe ublk_drv
$ sudo RUST_BACKTRACE=1 target/debug/e…
-
This might not be the right place to ask this question. But I saw you are working on some solution. @ming1
I am comparing two approaches of using a TCP NVMe-oF target from a host.
1) directly attac…
-
I am developing a userspace block device as an alternative solution to iSCSI block device in the [Longhorn](https://github.com/longhorn) project. Based on preliminary performance evaluations, it appea…
-
The test generation flow appears broken when I try to customize the default target rv64gc with PMP support for SV39 mode on Mentor or Cadence simulators?
I've pulled in upstreams upto `d74484b -…
-
[ublksrv_cmd.c](https://github.com/ublk-org/ublksrv/blob/892868d645d1705ad7b1d9e717c7812b262d1bc2/lib/ublksrv_cmd.c#L7) hard codes the filename of the ublk control device with `#define CTRL_DEV "/dev/…
-
ming1 updated
11 months ago
-
Hello,
> API review, I'm not happy with DeviceParams.
Care to provide more details?
> Better errors.
> Sadly the kernel driver returns the same error for different error situations. And in …