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

2021-05-05 Thread Jie Zhou
On Wed, May 05, 2021 at 09:09:20AM -0700, Jie Zhou wrote: > On Wed, May 05, 2021 at 08:34:34AM +, Tal Shnaiderman wrote: > > > Subject: [PATCH v10 07/10] app/testpmd: replace POSIX specific code > > > > > > External email: Use caution opening links or attachments > > > > > > > > > - Make pr

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

2021-05-05 Thread Jie Zhou
On Wed, May 05, 2021 at 08:34:34AM +, Tal Shnaiderman wrote: > > Subject: [PATCH v10 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 > > - Rep

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

2021-05-05 Thread Tal Shnaiderman
> Subject: [PATCH v10 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 wi

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

2021-05-03 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 ---