Hi,

This patch needs to update the odp_pmr_create() API signature in validation suite also and compilation fails when enabling the cunit support.

Regards,
Bala

On Wednesday 09 September 2015 09:57 PM, Benoît Ganne wrote:
v6:  - rebase on latest api-next

v5:  - change linux-generic pmr_term_value_t fields offset and
        val_sz from uint16_t to uint32_t to match API types

v4:  - move definitions prior to any API modifiction to improve
        readability
      - change comment so that odp_pmr_match_t.offset is ignored
        if not used instead of enforcing a 0 value

v3:  - split the api patch in two: 1st one to modify api, 2nd one
        to move declarations for readability

v2:  - rename ODP_PMR_OFFSET_ABS to ODP_PMR_CUSTOM_FRAME
      - better doc (including the fact that ODP_PMR_CUSTOM_FRAME
        should be applied before other PMR)
      - reuse odp_pmr_match_t for both single PMR and PMR sets
        creation

Benoît Ganne (4):
   api: classification: move odp_pmr_match_t definition
   api: classification: add ODP_PMR_CUSTOM_FRAME
   linux-generic: classification: implement ODP_PMR_CUSTOM_FRAME matching
   example: classifier: implement ODP_PMR_CUSTOM_FRAME match

  example/classifier/odp_classifier.c                | 95 +++++++++++++++++-----
  include/odp/api/classification.h                   | 55 ++++++-------
  .../include/odp_classification_datamodel.h         |  2 +
  .../include/odp_classification_inlines.h           | 21 +++++
  platform/linux-generic/odp_classification.c        | 42 +++++-----
  5 files changed, 149 insertions(+), 66 deletions(-)


_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to