Commit Graph

91 Commits

Author SHA256 Message Date
Daniel Wagner
d947f235f9 Accepting request 999339 from home:kukuk:branches:Base:System
- Fix installation of manual pages to make them accessible

OBS-URL: https://build.opensuse.org/request/show/999339
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=26
2022-08-30 14:00:12 +00:00
Dominique Leuenberger
a7ce2af965 Accepting request 992454 from Base:System
OBS-URL: https://build.opensuse.org/request/show/992454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=12
2022-08-04 11:22:52 +00:00
Dominique Leuenberger
9b12f652bb Accepting request 992454 from Base:System
OBS-URL: https://build.opensuse.org/request/show/992454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=12
2022-08-04 11:22:52 +00:00
Daniel Wagner
f72869a105 Accepting request 992385 from home:dirkmueller:Factory
- Update to version 1.1:
  * Regenerate all documentation
  * json: fixup dhchap_ctrl_key definitions
  * fabrics: Fix build_options() return values
  * fabrics: sanitize dump-config output
  * Fix poll.h includes
  * build: Drop -nostdinc for LibreSSL header checks
  * ioctl: Honor rae in nvme_get_nsid_log
  * build: Add support to build against LibreSSL
  * rpmbuild: Enable 'make rpm' to build rpm pkgs #408
  * mi: unify MI Get Log Page function with ioctl API
  * python: add missing ctrl attrs to Python bindings
  * mi-mctp: Add timeout support to MCTP transport
  * mi: Add maximum More Processing Required limit API
  * mi: Add endpoint get/set timeout API

OBS-URL: https://build.opensuse.org/request/show/992385
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=24
2022-08-03 07:14:41 +00:00
Richard Brown
8d29335063 Accepting request 989207 from Base:System
OBS-URL: https://build.opensuse.org/request/show/989207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=11
2022-07-21 09:32:43 +00:00
Richard Brown
a0ab7e0441 Accepting request 989207 from Base:System
OBS-URL: https://build.opensuse.org/request/show/989207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=11
2022-07-21 09:32:43 +00:00
Daniel Wagner
8e53790b74 Accepting request 989204 from home:wagi:branches:Base:System
- Update to version v1.1-rc0:
  * update/cleanup of documentation
  * various build fixes
  * various fixes reported by coverity
  * 64-bit Reference Tags and TP-4068 changes
  * libnvme-mi: Introduce NVMe Managament Interface library

OBS-URL: https://build.opensuse.org/request/show/989204
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=22
2022-07-14 15:26:26 +00:00
Dominique Leuenberger
a3903bfc60 Accepting request 967889 from Base:System
OBS-URL: https://build.opensuse.org/request/show/967889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=10
2022-04-10 17:05:25 +00:00
Dominique Leuenberger
4d31b12cf9 Accepting request 967889 from Base:System
OBS-URL: https://build.opensuse.org/request/show/967889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=10
2022-04-10 17:05:25 +00:00
Daniel Wagner
550d41faa2 Accepting request 967887 from home:wagi:branches:Base:System
- Update to version 1.0:
  * tree: Remove default port setting for TCP and RDMA ports
  * tree: add 'f_args' argument to pass user data to the filter function
  * tree: remove 'ctrl_get_ana_state()'
  * tree: add namespace path iterators
  * tree: filter out namespaces
  * tree: update nvme_scan_filter_t usage

OBS-URL: https://build.opensuse.org/request/show/967887
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=20
2022-04-08 17:20:51 +00:00
Dominique Leuenberger
ef0109a0ad Accepting request 966439 from Base:System
OBS-URL: https://build.opensuse.org/request/show/966439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=9
2022-04-03 19:30:42 +00:00
Dominique Leuenberger
4ae2c4c950 Accepting request 966439 from Base:System
OBS-URL: https://build.opensuse.org/request/show/966439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=9
2022-04-03 19:30:42 +00:00
Daniel Wagner
7b866e3bf7 Accepting request 966437 from home:wagi:branches:Base:System
- Update to version 1.0-rc8:
  * types: Add support for get log - MI Command Supported
  * types: Add new Identify constant
  * types: Update persistent event entry struct added new fields
  * types: Add Host Initiated Data Gen Number to telemetry log struct
  * tree: always allocate config file in nvme_read_config()
  * tree: rework nvme_scan_subsystem()
  * tree: make subsystem name mandatory in nvme_scan_ctrl()
  * tree: move nvme_init_subsystem() into nvme_lookup_subsystem()
  * tree: do not return error when filtering out subsystems
  * tree: add debugging messages during scanning
  * tree: Handle NULL subsysname in nvme_scan_ctrl()
  * tree: Fix subsystem initialization in nvme_scan_ctrl()
  * tree: Fix leaking 'name' in nvme_subsystem_lookup_namespace()
  * tree: Avoid dereferencing nvme_subsystem_t before its check for NULL
  * tree: Clarify NULL return values from nvme_get_attr()
  * fabrics: Invoke nvmf_dim() with provided tas argument
  * fabrics: add 'nvmf_update_config()'
  * fabrics: Avoid out of bounds string chomping
  * fabrics: Free old traddr in nvmf_add_ctrl
  * fabrics: update log level for write failures
  * fabrics: Streamlining documentation
  * fabrics: Fix leaking ctrl in nvmf_connect_disc_entry()
  * fabrics: Add missing break in a switch
  * ioctl: Remove attribute packed and alignedof for args structs
  * ioctl: Align arguments indentation with braces
  * json: fix endless loop scanning for controllers
  * Remove nvme_init_id_ns
  * Add lbstm support for create-ns
  * documentation updates

OBS-URL: https://build.opensuse.org/request/show/966437
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=18
2022-04-01 13:45:07 +00:00
Dominique Leuenberger
c35390f25c Accepting request 962944 from Base:System
OBS-URL: https://build.opensuse.org/request/show/962944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=8
2022-03-20 19:55:11 +00:00
Dominique Leuenberger
c73954f8b1 Accepting request 962944 from Base:System
OBS-URL: https://build.opensuse.org/request/show/962944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=8
2022-03-20 19:55:11 +00:00
Daniel Wagner
268e9face7 Accepting request 962942 from home:wagi:branches:Base:System
- Update to version 1.0-rc7:
  * linux: fixup log page offset in nvme_get_log_page()
  * tree: Add support for default trsvcid for all controllers (bsc#1195858)
  * tree: fixup coredump during nvme discover

OBS-URL: https://build.opensuse.org/request/show/962942
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=16
2022-03-18 19:45:45 +00:00
Dominique Leuenberger
44a711afe2 Accepting request 961122 from Base:System
- Update to version 1.0-rc6:
  * tree: add nvme_ctrl_get_ana_state() (bsc#1195938)
  * tree: link paths to namespaces in nvme_subsystem_scan_namespace() (bsc#1195938)
  * ioctl.h: ns list bug fix (wrong cns value)
  * types.h: Key Value Command Set Identifier added (NVME_CSI_KV)
  * types: fix status code type bug (wrong masking)

OBS-URL: https://build.opensuse.org/request/show/961122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=7
2022-03-14 18:35:07 +00:00
Dominique Leuenberger
f3fc8b4066 Accepting request 961122 from Base:System
- Update to version 1.0-rc6:
  * tree: add nvme_ctrl_get_ana_state() (bsc#1195938)
  * tree: link paths to namespaces in nvme_subsystem_scan_namespace() (bsc#1195938)
  * ioctl.h: ns list bug fix (wrong cns value)
  * types.h: Key Value Command Set Identifier added (NVME_CSI_KV)
  * types: fix status code type bug (wrong masking)

OBS-URL: https://build.opensuse.org/request/show/961122
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=7
2022-03-14 18:35:07 +00:00
Daniel Wagner
f23f5116db * tree: add nvme_ctrl_get_ana_state() (bsc#1195938)
* tree: link paths to namespaces in nvme_subsystem_scan_namespace() (bsc#1195938)

OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=14
2022-03-11 18:09:37 +00:00
Daniel Wagner
4996ba8c60 - Update to version 1.0-rc6:
* tree: add nvme_ctrl_get_ana_state()
  * tree: link paths to namespaces in nvme_subsystem_scan_namespace()
  * ioctl.h: ns list bug fix (wrong cns value)
  * types.h: Key Value Command Set Identifier added (NVME_CSI_KV)
  * types: fix status code type bug (wrong masking)

OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=13
2022-03-11 18:00:39 +00:00
Dominique Leuenberger
e56a5685f6 Accepting request 960169 from Base:System
- Update License information. The library is released under
  LGPL-2.1-or-later and not LGPL-2.1-only.

OBS-URL: https://build.opensuse.org/request/show/960169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=6
2022-03-09 17:47:03 +00:00
Dominique Leuenberger
8c8a25b569 Accepting request 960169 from Base:System
- Update License information. The library is released under
  LGPL-2.1-or-later and not LGPL-2.1-only.

OBS-URL: https://build.opensuse.org/request/show/960169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=6
2022-03-09 17:47:03 +00:00
Daniel Wagner
22be280129 - Update License information. The library is released under
LGPL-2.1-or-later and not LGPL-2.1-only.

OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=11
2022-03-08 09:31:35 +00:00
Dominique Leuenberger
d49a311b2a Accepting request 959373 from Base:System
OBS-URL: https://build.opensuse.org/request/show/959373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=5
2022-03-05 13:43:07 +00:00
Dominique Leuenberger
65eb1d2808 Accepting request 959373 from Base:System
OBS-URL: https://build.opensuse.org/request/show/959373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=5
2022-03-05 13:43:07 +00:00
Daniel Wagner
ed72b91977 Accepting request 959371 from home:wagi:branches:Base:System
- Update to version 1.0-rc5:
  * ioctl: Set lsp to action in nvme_get_log_persistent_event (bsc#1196121)
  * tree: Ignore traddr case in nvme_lookup_ctrl() (bsc#1194025)
  * fabrics: Do not swap bytes for system uuid (bsc#1196565)
  * documentation updates

OBS-URL: https://build.opensuse.org/request/show/959371
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=9
2022-03-04 10:41:17 +00:00
Dominique Leuenberger
1e66bc095d Accepting request 956834 from Base:System
OBS-URL: https://build.opensuse.org/request/show/956834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=4
2022-02-23 15:25:56 +00:00
Dominique Leuenberger
234ed0bc89 Accepting request 956834 from Base:System
OBS-URL: https://build.opensuse.org/request/show/956834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=4
2022-02-23 15:25:56 +00:00
Daniel Wagner
367e180c00 Accepting request 956832 from home:wagi:branches:Base:System
- Update to version 1.0-rc4:
  * fabrics: add default port number for NVMe/TCP I/O controllers
  * linux: Update size when telemetry controller initiated data is unavailable
  * add cdw13 for set_feature_args structure
  * Add support for TP8010
  * Documentation cleanups

OBS-URL: https://build.opensuse.org/request/show/956832
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=8
2022-02-22 17:52:56 +00:00
Dominique Leuenberger
a32b8ca0c2 Accepting request 953755 from Base:System
OBS-URL: https://build.opensuse.org/request/show/953755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=3
2022-02-13 18:50:27 +00:00
Dominique Leuenberger
bd49941e4e Accepting request 953755 from Base:System
OBS-URL: https://build.opensuse.org/request/show/953755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=3
2022-02-13 18:50:27 +00:00
Daniel Wagner
30378f393f Accepting request 953753 from home:wagi:branches:Base:System
- Update to version v1.0-rc3:
  * Properly create manuals/documentation
  * Fix memleaks in __nvme_free_ns() and nvme_scan_subsystem()
  * nvme: get log domain id included in Log Specific Identifier
  * nvme: Add nulbaf(Number of Unique Capability LBA Formats) field on nvmd_id_ns
  * ioctl: Add identify ioctl for CNS 09h, 0Ah
  * nvme: Add Enhanced Controller Meta Data(FID: 0x7D)
  * nvme: Add Supported Capacity Configuration List log page(LID: 0x11)
  * tree: do not set dhchap_key to 'none'
  * tree: restart controller lookup
  * tree: fixup memory leak in nvme_scan_ctrl()
  * Rename nvme_path_get_subsystem()
  * Remove nvme_reset_topology()
- Use precompiled documentation instead regenerating it

OBS-URL: https://build.opensuse.org/request/show/953753
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=7
2022-02-11 14:40:28 +00:00
Dominique Leuenberger
376834db4c Accepting request 950643 from Base:System
OBS-URL: https://build.opensuse.org/request/show/950643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=2
2022-02-03 22:15:38 +00:00
Dominique Leuenberger
fc53bb8338 Accepting request 950643 from Base:System
OBS-URL: https://build.opensuse.org/request/show/950643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=2
2022-02-03 22:15:38 +00:00
Daniel Wagner
d87677c0be Accepting request 950641 from home:wagi:branches:Base:System
- Update to version 1.0~2:
  * Add fabrics config option 'tls'
  * Logging infrastructure reworked (API break)
  * Changed argument structs layout (API break)
  * Changed scan API (API break)
  * Fixed ctrl_loss_tmo handling concerning values of '-1'
  * Various build fixes

OBS-URL: https://build.opensuse.org/request/show/950641
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=6
2022-02-02 06:30:37 +00:00
Dominique Leuenberger
e06226a4e7 Accepting request 947390 from Base:System
OBS-URL: https://build.opensuse.org/request/show/947390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=1
2022-01-19 23:12:13 +00:00
Dominique Leuenberger
1265d08965 Accepting request 947390 from Base:System
OBS-URL: https://build.opensuse.org/request/show/947390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=1
2022-01-19 23:12:13 +00:00
Daniel Wagner
7c317767fa Accepting request 947388 from home:wagi
- Remove Provide for python package.
- Remove explicit tar file name for setup step.

OBS-URL: https://build.opensuse.org/request/show/947388
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=4
2022-01-19 11:17:34 +00:00
Daniel Wagner
4b5a71b0d0 Accepting request 947238 from home:wagi
- Use osc_scm to manage upstream input source.

OBS-URL: https://build.opensuse.org/request/show/947238
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=3
2022-01-18 14:34:33 +00:00
Daniel Wagner
a5accb9e29 Accepting request 947219 from home:wagi
- Fix Source URL

OBS-URL: https://build.opensuse.org/request/show/947219
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=2
2022-01-18 12:59:04 +00:00
Andreas Jaeger
43e5d05830 Accepting request 947205 from home:wagi
I want to maintain libnvme in Factory and would like to use Base:System as the devel/feeder project. nvme-cli 2.x depends on libnvme 1.x

OBS-URL: https://build.opensuse.org/request/show/947205
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=1
2022-01-18 11:42:11 +00:00