Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (6 loc) · 330 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 330 Bytes

JNI NVMe Access

user-level NVMe SSD access for Java: take full advantage of the potential performance of new NVM technologies.

HowTo Build

  • follow doc/spdk-gsg.md to prepare SPDK/DPDK build environment.

  • specify DPDK_DIR and SPDK_DIR and JAVA_HOME in mk/common.mk.

  • then just make or mvn package.