DPDK requires that mbuf memory is allocated from huge pages to ensure page locking. Modify zero-copy dpdk pktio to fall back to packet copy if transmitted ODP packet is not allocated from huge page memory. Signed-off-by: Matias Elo [email protected]
----------------github------------------------ /** Email created from pull request 119 (matiaselo:dev/dpdk_zero_copy) ** https://github.com/Linaro/odp/pull/119 ** Patch: https://github.com/Linaro/odp/pull/119.patch ** Base sha: bb3400df72401d88aa8e79fb0244a2b90f3bd138 ** Merge commit sha: efca05f2f045fc7c6844cef752f200bf9668ceec **/ ----------------/github------------------------ ----------------checkpatch.pl------------------------ total: 0 errors, 0 warnings, 0 checks, 152 lines checked to_send-p-000.patch has no obvious style problems and is ready for submission. ----------------/checkpatch.pl------------------------
