liblightnvm icon indicating copy to clipboard operation
liblightnvm copied to clipboard

The Open-Channel SSD User Space Library

Results 7 liblightnvm issues
Sort by recently updated
recently updated
newest added

This is a very primitive fix for #33, which can serve as inspiration for the real fix. It will skip any addresses that is out of bounds.

Hello~ I do a simple test about the latency of liblightnvm. Then compare with the posix interface. This is what I do: 1. Open nvm dev with *nvm_dev_open* 2. Write...

vblk will send administrative read commands for a predefined number of sectors regardless of the actual number of sectors to be read. https://github.com/OpenChannelSSD/liblightnvm/blob/master/src/nvm_vblk.c#L575 > const size_t cmd_nsectr = vblk->flags &...

Hi LightNVM members, I'd like to ask about a plan for the command line interfaces provided by this library which is really awesome! We have a plugin extension lnvm in...

Hi, When I run the "hello" example, there is a message as "nvm_dev_open: Function not implemented". What's the the problem about? May I have your help, please? Thank you much!

Hi Thanks for your previous help , but I met some other problems now. When I write to the { channel 0, LUN 0, plane 0&1, block 0, page 0,...

When I run other nvm_cmd series commands, there is no problem, but when I execute nvm_async_init() method, it shows function not implemented. In fact, I am running the program as...