[dpdk-dev] [PATCH v2] app/testpmd: fix txonly mode timestamp intitialization

2020-07-29 Thread Viacheslav Ovsiienko
The testpmd application forwards data in multiple threads. In the txonly mode the Tx timestamps must be initialized on per thread basis to provide phase shift for the packet burst being sent. This per thread initialization was performed on zero value of the variable in thread local storage and happ

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix txonly mode timestamp intitialization

2020-07-29 Thread Phil Yang
> -Original Message- > From: Viacheslav Ovsiienko > Sent: Wednesday, July 29, 2020 8:30 PM > To: dev@dpdk.org > Cc: ma...@mellanox.com; rasl...@mellanox.com; tho...@monjalon.net; > ferruh.yi...@intel.com; Phil Yang > Subject: [PATCH v2] app/testpmd: fix txonly mode timestamp intitializati

Re: [dpdk-dev] [PATCH v2] app/testpmd: fix txonly mode timestamp intitialization

2020-07-29 Thread Ferruh Yigit
On 7/29/2020 3:07 PM, Phil Yang wrote: >> -Original Message- >> From: Viacheslav Ovsiienko >> Sent: Wednesday, July 29, 2020 8:30 PM >> To: dev@dpdk.org >> Cc: ma...@mellanox.com; rasl...@mellanox.com; tho...@monjalon.net; >> ferruh.yi...@intel.com; Phil Yang >> Subject: [PATCH v2] app/te