forked from spdk/spdk.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
41 lines (38 loc) · 1.08 KB
/
_config.yml
File metadata and controls
41 lines (38 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
url: "http://www.spdk.io"
baseurl: ""
title: Storage Performance Development Kit
email: benjamin.walker@intel.com
author: Benjamin Walker
description: >
The Storage Performance Development Kit (SPDK) provides a set of tools and libraries
for writing high performance, scalable, user-mode storage applications.
It achieves high performance by moving all of the necessary drivers into userspace
and operating in a polled mode instead of relying on interrupts,
which avoids kernel context switches and eliminates interrupt handling overhead.
copyright: 'Copyright © Intel Corporation. All Rights Reserved.'
markdown: kramdown
permalink: pretty
boxes:
- title: home
url: /
ico: home
- title: download
url: /releases/
ico: download-alt
- title: documentation
url: /doc/
ico: book
- title: development
url: /development/
ico: wrench
- title: community
url: /community/
ico: envelope
- title: Blog
url: /blog/
ico: comment
- title: Roadmap
url: https://github.com/spdk/spdk/wiki/Roadmap
ico: map-marker
gems:
- jekyll-feed