search for: test_220_opt_list

Displaying 4 results from an estimated 4 matches for "test_220_opt_list".

2020 Aug 18
3
[libnbd PATCH v3 0/2] Implementing NBD_OPT_LIST
...r/states.c | 18 +- lib/handle.c | 78 +------- lib/opt.c | 74 ++++++++ python/t/220-opt-list.py | 64 +++++++ ocaml/tests/Makefile.am | 3 + ocaml/tests/test_220_opt_list.ml | 78 ++++++++ tests/Makefile.am | 11 ++ tests/meta-base-allocation.sh | 4 +- tests/newstyle-limited.c | 17 +- tests/opt-list.c | 171 ++++++++++++++++++ tests/opt-list.sh...
2020 Aug 18
0
[libnbd PATCH v3 2/2] api: Add nbd_aio_opt_list
...-opt-list.c | 76 +++++------ generator/states.c | 18 ++- lib/handle.c | 64 +--------- lib/opt.c | 88 +++++++++---- python/t/220-opt-list.py | 39 +++--- ocaml/tests/test_220_opt_list.ml | 48 +++---- tests/newstyle-limited.c | 10 +- tests/opt-list.c | 120 ++++++++++++------ examples/list-exports.c | 69 +++++++--- interop/list-exports.c | 68 +++++----- .../libnbd/l...
2020 Oct 02
4
[libnbd PATCH v2 0/2] opt_list_meta_context
In v2: ack'ed preliminary patches have been pushed, and I've added a lot of testsuite coverage as well as putting the new API to use in nbdinfo. Eric Blake (2): api: Add nbd_opt_list_meta_context info: List available meta-contexts lib/internal.h | 1 + generator/API.ml | 84 ++++++++-
2020 Aug 19
3
[libnbd PATCH 0/2] NBD_OPT_INFO support
This replaces 13/13 of my v2 series; and now that it has pretty good testsuite coverage and demonstrable performance improvement to nbdinfo, I'm going ahead and pushing this now. We may still want to add further nbd_opt_* commands for other fine-grained tuning of negotiation, but for now, I think things have stabilized on this end, and I can return to polishing .list_exports on the nbdkit