Re: [dpdk-dev] [PATCH v14 7/9] app/testpmd: replace POSIX specific code

2021-06-24 Thread Dmitry Kozlyuk
2021-06-23 15:34 (UTC-0700), Jie Zhou: > - Make printf format OS independent > - Replace htons with RTE_BE16 > - Replace POSIX specific inet_aton with OS independent inet_pton > - Replace sleep with rte_delay_us_sleep > - Repalce random with rte_rand > - #ifndef mman related code for now > -

[dpdk-dev] [PATCH v14 7/9] app/testpmd: replace POSIX specific code

2021-06-23 Thread Jie Zhou
- Make printf format OS independent - Replace htons with RTE_BE16 - Replace POSIX specific inet_aton with OS independent inet_pton - Replace sleep with rte_delay_us_sleep - Repalce random with rte_rand - #ifndef mman related code for now - Include rte_os_shim.h in testpmd.h - Remove redunda