Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143970716
D55017.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
696 B
Referenced Files
None
Subscribers
None
D55017.diff
View Options
diff --git a/sbin/nvmecontrol/telemetry.c b/sbin/nvmecontrol/telemetry.c
--- a/sbin/nvmecontrol/telemetry.c
+++ b/sbin/nvmecontrol/telemetry.c
@@ -136,7 +136,7 @@
/* Read the log page */
size = sizeof(tlp);
off = 0;
- read_logpage(fd, NVME_LOG_TELEMETRY_HOST_INITIATED, nsid, 0, 0, 0,
+ read_logpage(fd, NVME_LOG_TELEMETRY_HOST_INITIATED, nsid, 0, 0, true,
off, 0, 0, 0, &tlp, size);
switch(opt.da) {
case 1:
@@ -158,7 +158,7 @@
do {
if (chunk > size)
chunk = size;
- read_logpage(fd, NVME_LOG_TELEMETRY_HOST_INITIATED, nsid, 0, 0, 0,
+ read_logpage(fd, NVME_LOG_TELEMETRY_HOST_INITIATED, nsid, 0, 0, true,
off, 0, 0, 0, &buf, chunk);
if (off == 0) {
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 3, 6:20 PM (2 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28406503
Default Alt Text
D55017.diff (696 B)
Attached To
Mode
D55017: nvmecontrol: Always set the RAE bit on telemetry-log requests
Attached
Detach File
Event Timeline
Log In to Comment