forked from aws/aws-fpga
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Update the release notes with the known issue. 2. Update the tests according to the above issue.
- Loading branch information
1 parent
279cfdc
commit 324e9aa
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,19 @@ | ||
# EDMA Driver Release notes | ||
# EDMA Driver Release Notes | ||
|
||
This is first release of the EDMA driver. This driver is still under development and performance may not be achieving maximal potential. | ||
This is the first release of the EDMA driver. This driver is still under development and performance may not be achieving maximal potential. | ||
|
||
This is a Linux kernel driver only | ||
|
||
## Supported Distributions | ||
- Amazon Linux | ||
- Centos 7.x | ||
- More ditributions will be tested later. | ||
- More distributions will be tested later. | ||
|
||
## Known Issues | ||
- Reads, in rare cases, might lead to a software hang. To avoid the hang, please do one of the following: | ||
- The address being read is 4K aligned. i.e. bits 0:11 are 0. Any read size is supported. | ||
- Reading from an address that is not 4K aligned should not cross to the next 4K page. | ||
|
||
## Expected performance | ||
- For smaller block size write performance is around 10MByte/s, read performance is around 150MByte/s | ||
- For a block size of 64KByte the expected performance is around 80MByte/s for write and 1GByte/s for read. | ||
- For a block size of 64KByte, the expected performance is around 80MByte/s for write and 1GByte/s for read. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters