examples/ptpclient: fix delay request message
authorHarman Kalra <hkalra@marvell.com>
Thu, 25 Jul 2019 14:24:43 +0000 (14:24 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 29 Jul 2019 22:11:42 +0000 (00:11 +0200)
commit376aa383e70ac3b66f4d7b6cc33d9971331a3915
treef2f58783e84c145de30fa3f39e8809056c51f4b0
parented553e3db4a84af0ddac0d898476333d61adb93a
examples/ptpclient: fix delay request message

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: stable@dpdk.org
Signed-off-by: Harman Kalra <hkalra@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
examples/ptpclient/ptpclient.c