> -----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 > > Implemented two methods of control > > - by --enable-timestamps CL testpmd application we can enable timestamping > for all ports; > - in interactive mode port config <port> timestamps on|off is able to > configure timestamping per specific port. > > The control doesn't interact with IEEE1588 PTP implementation there as it is > under macro compilation but can be extended in the future. > > This feature is required for debugging/testing purposes for real time HW > packet > timestamping.
We have ieee1588fwd.c to demo the timesync enable/disable, can we reuse The fwd engine instead of defining new commands? Thanks Jingjing