freebsd-skq/sbin/nvmecontrol
imp 9feb36eb5f i386 turns out to not have __uint128_t. So confusingly use 64-bit math
instead. Since we're little endian, we can get away with it. Also,
since the counters in quesitons would require billions of iops for
tens of billions of seconds to overflow, and since such data rates are
unlikely for people using i386 for a while, that's OK. The fastest
cards today can't do even a million IOPs.

Noticed by: dim@
Sponsored by: Netflix, Inc
2016-11-19 21:46:13 +00:00
..
devlist.c
firmware.c
identify.c
logpage.c i386 turns out to not have __uint128_t. So confusingly use 64-bit math 2016-11-19 21:46:13 +00:00
Makefile Explicitly add more files to the 'runtime' package. 2016-02-09 20:19:31 +00:00
Makefile.depend
nvmecontrol.8 Add missing history sections to a number of storage related man pages 2016-09-16 04:28:31 +00:00
nvmecontrol.c Implement power command to list all power modes, find out the power 2016-01-30 22:48:06 +00:00
nvmecontrol.h Implement power command to list all power modes, find out the power 2016-01-30 22:48:06 +00:00
perftest.c
power.c In nvmecontrol, fix gcc warnings about the local 'power' variables 2016-03-11 17:25:18 +00:00
reset.c