Implement support in dpdk_pool_info function to provide
address range of pool data available for application.
Pull request of related API change:
#200
Signed-off-by: Michal Mazur m...@semihalf.com

----------------github------------------------
/** Email created from pull request 400 (semihalf-mazur-michal:caterpillar)
 ** https://github.com/Linaro/odp/pull/400
 ** Patch: https://github.com/Linaro/odp/pull/400.patch
 ** Base sha: ea7b4281992e3cf772fb84708ed7f3985bce78e7
 ** Merge commit sha: 6f0c17099ed3ef44f974af9312a7dd535cad60f1
 **/
----------------/github------------------------

----------------checkpatch.pl------------------------
CHECK: No space is necessary after a cast
#42: FILE: platform/linux-dpdk/pool/dpdk.c:551:
+       info->min_data_addr = (uint64_t) hdr->addr;

CHECK: No space is necessary after a cast
#43: FILE: platform/linux-dpdk/pool/dpdk.c:552:
+       info->max_data_addr = (uint64_t) hdr->addr + hdr->len - 1;

total: 0 errors, 0 warnings, 2 checks, 18 lines checked


to_send-p-000.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