Merging upstream version 2.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0f232ef15b
commit
bf586630f8
444 changed files with 5289 additions and 1980 deletions
24
plugins/fdp/fdp.h
Normal file
24
plugins/fdp/fdp.h
Normal file
|
@ -0,0 +1,24 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||
#undef CMD_INC_FILE
|
||||
#define CMD_INC_FILE plugins/fdp/fdp
|
||||
|
||||
#if !defined(FDP_NVME) || defined(CMD_HEADER_MULTI_READ)
|
||||
#define FDP_NVME
|
||||
|
||||
#include "cmd.h"
|
||||
|
||||
PLUGIN(NAME("fdp", "Manage Flexible Data Placement enabled devices", NVME_VERSION),
|
||||
COMMAND_LIST(
|
||||
ENTRY("configs", "List configurations", fdp_configs)
|
||||
ENTRY("usage", "Show reclaim unit handle usage", fdp_usage)
|
||||
ENTRY("stats", "Show statistics", fdp_stats)
|
||||
ENTRY("events", "List events affecting reclaim units and media usage", fdp_events)
|
||||
ENTRY("status", "Show reclaim unit handle status", fdp_status)
|
||||
ENTRY("update", "Update a reclaim unit handle", fdp_update)
|
||||
ENTRY("set-events", "Enabled or disable events", fdp_set_events)
|
||||
)
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
#include "define_cmd.h"
|
Loading…
Add table
Add a link
Reference in a new issue