https://github.com/iciclef/cx5-ec-offload
A brief code example to Mellanox CX-5+ erasure coding offload.
https://github.com/iciclef/cx5-ec-offload
Last synced: 3 months ago
JSON representation
A brief code example to Mellanox CX-5+ erasure coding offload.
- Host: GitHub
- URL: https://github.com/iciclef/cx5-ec-offload
- Owner: IcicleF
- Created: 2022-06-14T10:41:01.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-15T13:39:59.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T02:58:06.449Z (5 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Example for CX-5+ Erasure Coding Offload
## Dependency
* [Intel ISA-L](https://github.com/intel/isa-l)
* [MLNX_OFED](https://network.nvidia.com/products/infiniband-drivers/linux/mlnx_ofed/) **IMPORTANT: version must be v4.x!** (recommended v4.7-3.2.9.0)## Build & run
```shell
make
./test
```Expected output:
```shell
ISA-L encode: 01 02 03 04 -> 48 0f
ISA-L decode: okNIC encode: 01 02 03 04 -> 48 0f
NIC decode: ok
```