Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes in repo #575

Merged
merged 5 commits into from
Jul 17, 2018
Merged

Update release notes in repo #575

merged 5 commits into from
Jul 17, 2018

Conversation

nakulkorde
Copy link

No description provided.

@nakulkorde nakulkorde requested a review from r-rojo July 17, 2018 00:01
RELEASE_NOTES.md Outdated
@@ -0,0 +1,113 @@
Open Programmable Acceleration Engine is a software framework for managing and accessing programmable accelerators (FPGAs). Its main parts are:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe include the OPAE acronym here too?
Open Programmable Acceleration Engine (OPAE) is a software framework ...

RELEASE_NOTES.md Outdated
Notes / Known Issues
--------------------

- Seldom in stress tests, kernel panic may be encountered in kernel version 3.10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may want to include that it may be related to Huge Pages support in Linux. Maybe something like:
Preliminary debug information seems to indicate it may be related to hugetlbpage support in the Linux kernel

RELEASE_NOTES.md Outdated
- Seldom in stress tests, kernel panic may be encountered in kernel version 3.10

- Memory leak detected by Valgrind due to token_cleanup() function not being called for global data structure allocation as part of enumerate. Does not impact memory performance. Will be addressed in next release.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Memory leak detected by Valgrind points to global data structures used by enumeration routines. This is due to token_cleanup() function not being called when the library is being unloaded. This does not impact memory performance and will be addressed in next release.

RELEASE_NOTES.md Outdated
- When simulating the hello\_intr\_afu sample code, the
af2cp\_sTxPort.c1.hdr.rsvd2\[5:4\] has a value of X

This issue will be resolved in the Intel Acceleration Stack 1.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe include "future version of the Intel Acceleration Stack" here? Similar to line 83.

RELEASE_NOTES.md Outdated
- A Python API which wraps the C++ Core API object model
- Disabled documentation generation by default in make to speed up development
- Implemented CMake build-chain for ASE
- Organized sample directory
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

samples

RELEASE_NOTES.md Outdated
- Increased test coverage
- Added Error API
- Added SUSE support
- Cleaned up dead legacy code
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dead/legacy

RELEASE_NOTES.md Outdated
Notes / Known Issues
--------------------

- Seldom in stress tests, kernel panic may be encountered in kernel version 3.10. Preliminary debug information seems to indicate it may be related to hugepage support in the Linux kernel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing period. Other notes have periods. Do we end notes with periods or no? I'm not sure what the best way to end notes is.

RELEASE_NOTES.md Outdated

- Seldom in stress tests, kernel panic may be encountered in kernel version 3.10. Preliminary debug information seems to indicate it may be related to hugepage support in the Linux kernel

- MMemory leak detected by Valgrind points to global data structures used by enumeration routines. This is due to token_cleanup() function not being called when the library is being unloaded. This does not impact memory performance and will be addressed in next release.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double MM in MMemory leak

@r-rojo r-rojo requested a review from rlee5-intel July 17, 2018 00:51
@nakulkorde nakulkorde merged commit cd3c090 into release/1.1.0 Jul 17, 2018
@nakulkorde nakulkorde deleted the nkorde/rn-1.1.0 branch July 17, 2018 00:55
nakulkorde pushed a commit that referenced this pull request Jul 20, 2018
nakulkorde pushed a commit that referenced this pull request Jul 31, 2018
- Update version to 1.1.0-2 (#577)
- Update release notes in repo (#575)
r-rojo pushed a commit that referenced this pull request Mar 15, 2019
Rebase the vista-creek branch onto master-x:

Cherry pick commits from master-x that are not on vista-creek
Cherry pick commits from release/1.1.5 for Vista Creek alpha features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants