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

Core: use the right ODP macro names from ODP_TIME_* family #1

Closed
wants to merge 5 commits into from

Conversation

edsiper
Copy link

@edsiper edsiper commented Dec 9, 2015

The latest version of ODP, have renamed the ODP_TIME macros, the new definitions is
as follows:

/* Time in nanoseconds /
#define ODP_TIME_USEC_IN_NS 1000ULL /< Microsecond in nsec */
#define ODP_TIME_MSEC_IN_NS 1000000ULL /
< Millisecond in nsec */
#define ODP_TIME_SEC_IN_NS 1000000000ULL /
*< Second in nsec */

This patch fix the macros name so the program can compile properly.

Signed-off-by: Eduardo Silva eduardo@monkey.io

roxell and others added 5 commits December 3, 2015 14:20
CUnit is a flag that will be enabled/disabled between different builds
and its more convenient to see if it got enabled or disabled at the
bottom of the output from configure than scrolling through all the
output.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Tested-by: José Pekkarinen<jose.pekkarinen@nokia.com>
Reviewed-by: José Pekkarinen<jose.pekkarinen@nokia.com>
To run a tool like lcov on the tests we need to be able to
compile the tests and not run them.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Tested-by: José Pekkarinen<jose.pekkarinen@nokia.com>
Reviewed-by: José Pekkarinen<jose.pekkarinen@nokia.com>
This uses libodp.pc file to do the checks.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Reviewed-and-tested-by: Sorin Vultureanu <sorin.vultureanu@enea.com>
Signed-off-by: Bogdan Pricope <Bogdan.Pricope@enea.com>
Reviewed-and-tested-by: José Pekkarinen <jose.pekkarinen@nokia.com>
The latest version of ODP, have renamed the ODP_TIME macros, the new definitions is
as follows:

  /* Time in nanoseconds */
  #define ODP_TIME_USEC_IN_NS     1000ULL       /**< Microsecond in nsec */
  #define ODP_TIME_MSEC_IN_NS     1000000ULL    /**< Millisecond in nsec */
  #define ODP_TIME_SEC_IN_NS      1000000000ULL /**< Second in nsec */

This patch fix the macros name so the program can compile properly.

Signed-off-by: Eduardo Silva <eduardo@monkey.io>
@danielfn
Copy link

I'm afraid that updating only those definitions is not enough, there are other symbols whose name also changed.
However, current OFP master branch compiles nicely using ODP v1.4.1.0

@semihalf-berestovskyy-andriy
Copy link
Contributor

semihalf-berestovskyy-andriy commented Jan 24, 2017

Note: the comment was created automatically with bugzilla2github tool


Bugzilla bug ID: 1
Renumbered to issue: #124

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.

5 participants