Re: [PATCH] examples/ptpclient: fix delay request message

2021-11-16 Thread David Marchand
Hello, On Wed, Nov 17, 2021 at 7:19 AM wrote: > > From: Vanshika Shukla > > The size of delay request message sent out by the DPDK > ptpclient application was observed to have extra length > than expected. Due to this, bad messages were observed > on the master side and delay response was not re

[PATCH] examples/ptpclient: fix delay request message

2021-11-16 Thread vanshika . shukla
From: Vanshika Shukla The size of delay request message sent out by the DPDK ptpclient application was observed to have extra length than expected. Due to this, bad messages were observed on the master side and delay response was not received. This patch fixes this bug. Signed-off-by: Vanshika

[dpdk-dev] [PATCH] 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") Change-Id: I1031fa630e97709818c4b440e1e5fdc31205ab9c Signed-off-by: