This website requires JavaScript.
Explore
Help
Sign In
ivampiresp
/
Spdk
Watch
1
Star
0
Fork
0
You've already forked Spdk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a54a6a266c
Spdk
/
examples
/
bdev
/
hello_world
/
bdev.conf
4 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
examples/bdev: add hello world example This commit adds a simple hello world example that writes the string "Hello World!" to a bdev. The example can be used on a block device such as Malloc or virtual bdev such as the passthru vbdev. The sample bdev.conf configuration file includes a configuration for 2 malloc bdevs and one passthru bdev on top of Malloc0. Change-Id: I1414183e3ddfac988ef61f24b8271653ac57e7c1 Signed-off-by: John Kariuki <John.K.Kariuki@intel.com> Reviewed-on: https://review.gerrithub.io/407220 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
2018-04-10 00:13:40 +00:00
[Malloc]
hello_bdev: remove passthru section from conf file. by removing the passthru stuff from the conf file, we create a more dramatic effect when we add in the passthru bdev during the labs. Change-Id: I0a0ed101dd4135d8b2774cdd0850ca3bf2e43d01 Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/450187 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
2019-03-29 21:37:08 +00:00
NumberOfLuns 1
LunSizeInMB 32
Reference in New Issue
Copy Permalink