kernel & driver
北极星_KK
做最好的自己,让别人来追随。
展开
-
测试USB 读写速度
dd if=/dev/sda of=/dev/null bs=1M count=1000每次测完 清一下 memory cacheecho 3 > /proc/sys/vm/drop_caches不然会继续从cache 读数据/ # dd if=/dev/sda of=/dev/null bs=1M count=10001000+0 records in1000+0原创 2017-12-05 10:57:05 · 7512 阅读 · 0 评论 -
call timerfd_create,return errno=38 function not implemented
timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);返回errno=38 function not implemented的错误 解决方法:需要在kernel中配置CONFIG_TIMERFD=y 的选项。原创 2017-12-30 16:02:31 · 2599 阅读 · 0 评论