Re: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet timestamps

2017-04-28 Thread Olivier Matz
Hi, On Fri, 28 Apr 2017 11:12:29 +0200, Thomas Monjalon wrote: > 28/04/2017 02:19, Wu, Jingjing: > > > 25/04/2017 16:02, Wu, Jingjing: > > > > From: Oleg Kuporosov > > > > > Implemented two methods of control > > > > > > > > > > - by --enable-timestamps CL testpmd application we can enable

Re: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet timestamps

2017-04-28 Thread Thomas Monjalon
28/04/2017 02:19, Wu, Jingjing: > > 25/04/2017 16:02, Wu, Jingjing: > > > From: Oleg Kuporosov > > > > Implemented two methods of control > > > > > > > > - by --enable-timestamps CL testpmd application we can enable > > timestamping > > > > for all ports; > > > > - in interactive mode port config

Re: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet timestamps

2017-04-27 Thread Wu, Jingjing
> 25/04/2017 16:02, Wu, Jingjing: > > From: Oleg Kuporosov > > > Implemented two methods of control > > > > > > - by --enable-timestamps CL testpmd application we can enable > timestamping > > > for all ports; > > > - in interactive mode port config timestamps on|off is able to > > > configure

Re: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet timestamps

2017-04-25 Thread Thomas Monjalon
Hi, 25/04/2017 16:02, Wu, Jingjing: > From: Oleg Kuporosov > > Implemented two methods of control > > > > - by --enable-timestamps CL testpmd application we can enable timestamping > > for all ports; > > - in interactive mode port config timestamps on|off is able to > > configure timestampin

Re: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet timestamps

2017-04-25 Thread Wu, Jingjing
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Oleg Kuporosov > Sent: Thursday, October 13, 2016 10:35 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet > timestamps > > Implemente

[dpdk-dev] [PATCH 2/3] app/testpmd: enabled control for packet timestamps

2016-10-13 Thread Oleg Kuporosov
Implemented two methods of control - by --enable-timestamps CL testpmd application we can enable timestamping for all ports; - in interactive mode port config timestamps on|off is able to configure timestamping per specific port. The control doesn't interact with IEEE1588 PTP implementation