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

[PATCH v2] api: add missing handle to u64 functions for debug usage #2089

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

MatiasElo
Copy link
Collaborator

@MatiasElo MatiasElo commented Jul 9, 2024

V2:

  • Added reviewed-by tags

@odpbuild odpbuild changed the title api: add missing handle to u64 functions for debug usage [PATCH v1] api: add missing handle to u64 functions for debug usage Jul 9, 2024
Add debug function odp_dma_transfer_id_to_u64() for getting a printable
value for a DMA transfer identifier.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Add debug function odp_instance_to_u64() for getting a printable value for
an ODP instance handle.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Add debug function odp_packet_tx_compl_to_u64() for getting a printable
value for a Tx completion handle.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Clean up old odp_packet_to_u64(), odp_packet_seg_to_u64(), and
odp_packet_vector_to_u64() function documentations. No functional API
changes.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Add debug function odp_schedule_group_to_u64() for getting a printable
value for a schedule group handle.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Improve Doxygen output formatting and fix a typo in odp_schedule_config()
documentation. No functional API changes.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Implement new odp_dma_transfer_id_to_u64() function.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Implement new odp_instance_to_u64() function.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Implement new odp_packet_tx_compl_to_u64() function.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Implement new odp_schedule_group_to_u64() function.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Add validation test for new odp_dma_transfer_id_to_u64() function.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Add validation test for new odp_instance_to_u64() function.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Add validation test for new odp_packet_tx_compl_to_u64() function.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Add validation test for new odp_schedule_group_to_u64() function.

Signed-off-by: Matias Elo <matias.elo@nokia.com>
Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
@odpbuild odpbuild changed the title [PATCH v1] api: add missing handle to u64 functions for debug usage [PATCH v2] api: add missing handle to u64 functions for debug usage Jul 19, 2024
@MatiasElo MatiasElo added the API next API change for next release label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API next API change for next release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants