SPDK fio benchmark support
by Robert Cleveland
Hello all,
Has anyone done any work to make it easy to benchmark polling mode driver with something like FIO?
Thanks,
Robert Cleveland
The information contained in this e-mail is considered confidential of SK hynix memory solutions Inc. and intended only for the persons addressed or copied in this e-mail. Any unauthorized use, dissemination of the information, or copying of this message is strictly prohibited. If you are not the intended recipient, please contact the sender immediately and permanently delete the original and any copies of this email.
4 years, 7 months
disk read and network push
by Saravana Kumar
Hi SPDK team
I want to know whether disk read(spdk) to network
send(dpdk) can be done...if so how data can be read from disk and sent on
network. lets say 2MB of data needs to be sent from disk to network then
2MB needs to be read and split on the dpdk send buffers or make 2MB/(
number of dpdk send buffer) calls to spdk ?
In the latter case copy can be avoided but number of spdk
calls increases. Thanks team..
Regards,
Sara
4 years, 10 months
[PATCH] build: remove the redundant statement
by Zeng Linggang
Signed-off-by: Zeng Linggang <zenglg.jy(a)cn.fujitsu.com>
---
scripts/autotest_common.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/scripts/autotest_common.sh b/scripts/autotest_common.sh
index 8f36e4e..9ad176b 100755
--- a/scripts/autotest_common.sh
+++ b/scripts/autotest_common.sh
@@ -21,8 +21,6 @@ case `uname` in
;;
esac
-MAKEFLAGS=${MAKEFLAGS:--j16}
-
if [ -z "$output_dir" ]; then
if [ -z "$rootdir" ] || [ ! -d "$rootdir/../output" ]; then
output_dir=.
--
2.5.0
4 years, 10 months