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

2021-11-24 Thread David Marchand
On Mon, Nov 22, 2021 at 8:31 AM wrote: > 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.

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

2021-11-24 Thread David Marchand
; > Sent: 22 November 2021 13:01 > > To: dev@dpdk.org; tho...@monjalon.net > > Cc: Nipun Gupta ; david.march...@redhat.com; > > sta...@dpdk.org; Vanshika Shukla > > Subject: [PATCH v2] examples/ptpclient: fix delay request message > > > > From: Vanshika Sh

RE: [PATCH v2] examples/ptpclient: fix delay request message

2021-11-23 Thread Nipun Gupta
Acked-by: Nipun Gupta > -Original Message- > From: vanshika.shu...@nxp.com > Sent: 22 November 2021 13:01 > To: dev@dpdk.org; tho...@monjalon.net > Cc: Nipun Gupta ; david.march...@redhat.com; > sta...@dpdk.org; Vanshika Shukla > Subject: [PATCH v2] examples/ptpclie

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

2021-11-21 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. Fixes: ab129e9065a5 ("exa

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

2019-07-29 Thread Thomas Monjalon
> > 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:

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

2019-07-27 Thread Jerin Jacob Kollanukkaran
dk-dev] [PATCH v2] 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 ("e

[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