You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/_default/params.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ appearance:
20
20
# SEO
21
21
marketing:
22
22
seo:
23
-
site_type: Person
23
+
site_type: Organization
24
24
local_business_type: ''
25
-
org_name: ''
26
-
description: 'The highly-customizable Hugo Academic theme powered by Hugo Blox Builder. Easily create your personal academic website.'
27
-
twitter: 'GetResearchDev'
25
+
org_name: 'MoatLab - Virginia Tech'
26
+
description: 'MoatLab research group at Virginia Tech conducts cutting-edge research in Memory Systems, Operating Systems, System Architecture, and Storage Systems for modern datacenters and cloud platforms.'
Copy file name to clipboardExpand all lines: content/opensource/_index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: ""
3
-
description: ""
2
+
title: "Open Source"
3
+
description: "Open source software projects developed by the MoatLab research group"
4
4
---
5
5
6
6
Our research group develops and maintains several open-source software projects. All projects are hosted on our [GitHub organization](https://github.com/moatlab).
@@ -27,7 +27,7 @@ Our research group develops and maintains several open-source software projects.
Copy file name to clipboardExpand all lines: content/publication/conference-paper/asplos20-leapio/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ date: 2020-03-01
6
6
publication_types: ["1"]
7
7
publication: "In 25th ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS)"
8
8
publication_short: "ASPLOS '20"
9
-
abstract: ""
9
+
abstract: "ARM-based SmartNICs and SmartSSDs are increasingly popular in datacenters for their power efficiency and programmability. However, efficiently virtualizing NVMe storage on these ARM SoCs remains challenging. We present LeapIO, a system that provides efficient and portable virtual NVMe storage on ARM SoCs. LeapIO achieves near-native performance through novel techniques including bypass-based I/O virtualization, adaptive polling, and hardware-aware optimizations. Our evaluation shows that LeapIO achieves up to 95% of native storage performance while providing full virtualization capabilities."
0 commit comments