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

[Example] ml service API name is changed #319

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

songgot
Copy link
Contributor

@songgot songgot commented Nov 16, 2023

  • Add setting and start MQTT to md
  • API name is changed from ml_remote_service_* to ml_service_remote_*
  • bugfix: remove double free, unnecessary free function registered in function ml_option_set

Self evaluation:

  1. Build test: []Passed [ ]Failed []Skipped
  2. Run test: []Passed [ ]Failed [ ]Skipped

@taos-ci
Copy link
Collaborator

taos-ci commented Nov 16, 2023

📝 TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #319. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://ci.nnstreamer.ai/.

@taos-ci
Copy link
Collaborator

taos-ci commented Nov 16, 2023

:octocat: cibot: @songgot, Tizen.native/MNIST_inference_after_training_offloading/sender/src/sender.c includes bug(s). Please fix incorrect coding constructs in your commit before entering a review process.

@taos-ci
Copy link
Collaborator

taos-ci commented Nov 16, 2023

:octocat: cibot: @songgot, Tizen.native/MNIST_inference_after_training_offloading/sender/src/sender.c includes bug(s). Please fix incorrect coding constructs in your commit before entering a review process.

Copy link
Collaborator

@taos-ci taos-ci left a comment

Choose a reason for hiding this comment

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

@songgot, 💯 All CI checkers are successfully verified. Thanks.

sdb push mosquitto-1.6.8-0.armv7l.rpm mosquitto-clients-1.6.8-0.armv7l.rpm

[taget]
mount -o remount rw, /
Copy link
Member

Choose a reason for hiding this comment

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

I think this line is an overly kind guide.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay, I will remove this line. Thank you.

Copy link
Collaborator

@taos-ci taos-ci left a comment

Choose a reason for hiding this comment

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

@songgot, 💯 All CI checkers are successfully verified. Thanks.

Copy link
Member

@gichan-jang gichan-jang left a comment

Choose a reason for hiding this comment

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

LGTM

sdb push mosquitto-1.6.8-0.armv7l.rpm mosquitto-clients-1.6.8-0.armv7l.rpm

[taget]
rpm -Uvh --force --nodeps *.rpm
Copy link
Member

Choose a reason for hiding this comment

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

  1. Unnecessary (and dangerous) options? --force, --nodeps
  2. Add a note about the arch (armv7l vs aarch64). We have images of both architectures for RPI4.
  3. taget --> target

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you.

// if (ML_ERROR_NONE != ret) {
// dlog_print (DLOG_ERROR, LOG_TAG, "Failed to set path (%d)", ret);
// return;
// }
Copy link
Member

Choose a reason for hiding this comment

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

Why commented this?
(it usually confuse other developers, especially if this is a sample app)

Copy link
Contributor Author

@songgot songgot Dec 1, 2023

Choose a reason for hiding this comment

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

Thank you.
I tried modifying rootstrap, but it didn't test well. so, this has not yet been verified.
I will conduct testing after the related PR( (nnstreamer/api#411) is merged into Tizen.

Copy link
Member

@myungjoo myungjoo Dec 1, 2023

Choose a reason for hiding this comment

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

#if 0 and commenting out code have the same effect on code readers (confuse sample app readers).

If you really want to add such deactivated code upstreamed, add an explanation (in the code) why it is commented out and the condition when the code will be reactivated.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you. I will add a comment.

@songgot songgot force-pushed the rename_api branch 2 times, most recently from 6e8b6af to 240cf74 Compare December 1, 2023 06:04
Copy link
Collaborator

@taos-ci taos-ci left a comment

Choose a reason for hiding this comment

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

@songgot, 💯 All CI checkers are successfully verified. Thanks.

- Add setting and start MQTT to md
- API name is changed from ml_remote_service_* to ml_service_remote_*
- bugfix: remove double free, unnecessary free function registered in function ml_option_set

Signed-off-by: hyunil park <hyunil46.park@samsung.com>
Copy link
Collaborator

@taos-ci taos-ci left a comment

Choose a reason for hiding this comment

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

@songgot, 💯 All CI checkers are successfully verified. Thanks.

@myungjoo myungjoo merged commit 63fc27b into nnstreamer:main Dec 1, 2023
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants