Re: [dpdk-dev] [PATCH v2] examples/ptpclient: fix delay request message

2019-07-27 Thread Jerin Jacob Kollanukkaran
> -Original Message- > From: dev On Behalf Of Harman Kalra > Sent: Thursday, July 25, 2019 7:55 PM > To: John McNamara ; Pablo de Lara > ; Bruce Richardson > ; Harry van Haaren > ; Xiaoyun Li > Cc: dev@dpdk.org; Harman Kalra ; sta...@dpdk.org > Subject: [dp

[dpdk-dev] [PATCH v2] examples/ptpclient: fix delay request message

2019-07-25 Thread Harman Kalra
Observed an issue with the length and domain number of the delay request message sent out by the client. Due to which delay response from master was not received. Fixes: ab129e9065a5 ("examples/ptpclient: add minimal PTP client") Cc: sta...@dpdk.org Signed-off-by: Harman Kalra --- examples/ptpc