Implement support in odp_pool_info function to provide
address range of pool data available to application.
Similar change was already merged to caterpillar/linux-dpdk:
#400
Pull request of related API change:
#200

----------------github------------------------
/** Email created from pull request 495 (semihalf-mazur-michal:master)
 ** https://github.com/Linaro/odp/pull/495
 ** Patch: https://github.com/Linaro/odp/pull/495.patch
 ** Base sha: 5a58bbf2bb331fd7dde2ebbc0430634ace6900fb
 ** Merge commit sha: f5123472c155c4cfbeb784ad58088c523ff751b5
 **/
----------------/github------------------------

----------------checkpatch.pl------------------------
total: 0 errors, 0 warnings, 0 checks, 9 lines checked


to_send-p-000.patch has no obvious style problems and is ready for submission.
CHECK: Alignment should match open parenthesis
#65: FILE: test/validation/api/pool/pool.c:256:
+               CU_ASSERT((pkt_data >= info.min_data_addr) &&
+                               (pkt_data + PKT_LEN - 1 <= info.max_data_addr));

total: 0 errors, 0 warnings, 1 checks, 57 lines checked


to_send-p-001.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
----------------/checkpatch.pl------------------------

Reply via email to