-
Notifications
You must be signed in to change notification settings - Fork 23
/
CITATION.cff
61 lines (60 loc) · 1.77 KB
/
CITATION.cff
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
51
52
53
54
55
56
57
58
59
60
61
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: DPFS
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Peter-Jan
family-names: Gootzen
email: [email protected]
affiliation: IBM Research
orcid: 'https://orcid.org/0009-0008-8809-254X'
- given-names: Jonas
family-names: Pfefferle
email: [email protected]
affiliation: IBM Research
orcid: 'https://orcid.org/0009-0006-9013-3078'
- given-names: Radu
family-names: Stoica
email: [email protected]
affiliation: IBM Research
orcid: 'https://orcid.org/0009-0005-8089-866X'
- given-names: Animesh
family-names: Trivedi
email: [email protected]
affiliation: VU Amsterdam
orcid: 'https://orcid.org/0000-0003-3586-7168'
identifiers:
- type: doi
value: 10.1145/3579370.3594769
description: Research paper
repository-code: 'https://github.com/IBM/DPFS'
url: 'https://github.com/IBM/DPFS'
repository-artifact: 'https://github.com/IBM/DPFS'
abstract: >-
The DPFS framework allows Cloud and datacenter operators
to provide virtualized file system services to tenants
using DPU-offloading. With DPFS, the complete file system
implementation runs on the CPU complex of the DPU. Tenants
consume the file system through the virtio-fs device that
the DPU exposes over PCIe (multi-tenancy via SR-IOV). DPFS
provides a hardware abstraction layer, FUSE API
implementation and several file system implementations.
keywords:
- FUSE
- virtio-fs
- virtio
- cloud
- Linux
- storage
- offloading
- DPU
- bluefield
- filesystem
- framework
- virtualization
license: LGPL-2.1
date-released: '2023-06-22'