On 4/5/2024 4:36 PM, Singh, Aman Deep wrote: > On 3/30/2024 1:14 PM, Dengdui Huang wrote: >> When the port's timestamping function failed to initialize >> (for example, the device does not support PTP), the packets >> received by the hardware do not contain the timestamp. >> In this case, IEEE1588 packet forwarding should not start. >> This patch fix it. >> >> Plus, adding a failure message when failed to disable PTP. >> >> Fixes: a78040c990cb ("app/testpmd: update forward engine beginning") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Dengdui Huang <huangdeng...@huawei.com> > > Acked-by: Aman Singh <aman.deep.si...@intel.com> >
Applied to dpdk-next-net/main, thanks. Will continue with 'printf', as most of the file already use it, unifying logs can be done later.