Update xdp submodule to 237c4dacca3976719ab086a47c9dd93200a009d1#9922
Merged
chvamshi-xilinx merged 1 commit intoJul 15, 2026
Merged
Conversation
Signed-off-by: Jyotheeswar Ganne <Jyotheeswar.Ganne@amd.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
|
clang-tidy review says "All clean, LGTM! 👍" |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem solved by the commit
Bumps the XDP submodule pointer in XRT from
babb492to237c4dato pull inrecent XDP profiling/tracing changes. This makes the following XDP commits
available when building XRT:
AIESW-38574, AIESW-38575, AIESW-38573 (AIE trace plugin/util and vp_base
utility).
Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered
Fixes the AIESW JIRA issues addressed in XDP #89 (AIESW-38591, AIESW-38578,
AIESW-38576, AIESW-38577, AIESW-38574, AIESW-38575, AIESW-38573) plus the AIE
status issue in XDP #87. XDP #86 is a feature addition (detailed DDR bandwidth
metric sets), not a bug fix. The root-cause fixes live in the XDP repo; this
commit only advances the submodule so XRT consumes them. See the individual XDP
PRs for how each was discovered and introduced.
How problem was solved, alternative solutions (if any) and why they were rejected
Updated only the
src/runtime_src/xdpsubmodule reference to the new XDP commit237c4da. All functional changes are in XDP; the XRT-side change is the standardsubmodule bump used to consume them. No alternative applies on the XRT side.
Risks (if any) associated the changes in the commit
Low. The change is scoped to the XDP submodule pointer and affects only the AIE
profiling paths (AIE dtrace DDR bandwidth metrics, AIE trace, AIE status,
vp_base utility). Core XRT runtime behavior is unchanged.
What has been tested and how, request additional testing if necessary
XRT builds successfully with the updated submodule.
Documentation impact (if any)
None.