Re: [dpdk-dev] [PATCH v9 07/10] app/testpmd: replace POSIX specific code

2021-05-03 Thread Jie Zhou
On Mon, May 03, 2021 at 05:37:52PM +, Tal Shnaiderman wrote: > > Subject: [PATCH v9 07/10] app/testpmd: replace POSIX specific code > > > > External email: Use caution opening links or attachments > > > > > > - Make printf format OS independent > > - Replace htons with RTE_BE16 > > - Repla

Re: [dpdk-dev] [PATCH v9 07/10] app/testpmd: replace POSIX specific code

2021-05-03 Thread Tal Shnaiderman
> Subject: [PATCH v9 07/10] app/testpmd: replace POSIX specific code > > External email: Use caution opening links or attachments > > > - Make printf format OS independent > - Replace htons with RTE_BE16 > - Replace POSIX specific inet_aton with OS independent inet_pton > - Replace sleep with

[dpdk-dev] [PATCH v9 07/10] app/testpmd: replace POSIX specific code

2021-04-30 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 Signed-off-by: Jie Zhou Signed-off-by: Jie Zhou ---