-
Notifications
You must be signed in to change notification settings - Fork 15
/
_config.yml
50 lines (48 loc) · 1.26 KB
/
_config.yml
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
42
43
44
45
46
47
48
49
50
url: "http://www.spdk.io"
baseurl: ""
title: Storage Performance Development Kit
title-cn: 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.
markdown: kramdown
highlighter: rouge # codespell-ignore
permalink: pretty
include: [.well-known]
plugins:
- jekyll-feed
feed:
categories:
- news
- release
- dev
boxes:
- title: download
title-cn: 下载
url: /releases/
- title: documentation
title-cn: 文档
url: /doc/
- title: development
title-cn: 开发
url: /development/
- title: CI status
title-cn: 集成测试
url: /ci/
- title: community
title-cn: 社区
url: /community/
- title: Blog
title-cn: 博客
url: /blog/
- title: Roadmap
title-cn: 路线图
url: https://github.com/orgs/spdk/projects/5
- title: News
title-cn: 动态
url: /news/