Re: [Linuxptp-devel] [PATCH v2 2/2] Some hardware can't properly timestamp packets with the new PTP header version 2.1. This patch adds legacy_ptp_ver config option that allows advertising of the lega

2023-11-10 Thread Richard Cochran
On Fri, Nov 10, 2023 at 02:03:25PM +0100, Maciek Machnikowski wrote: > @@ -279,6 +279,7 @@ struct config_item config_tab[] = { > PORT_ITEM_INT("interface_rate_tlv", 0, 0, 1), > GLOB_ITEM_INT("kernel_leap", 1, 0, 1), > GLOB_ITEM_STR("leapfile", NULL), > + GLOB_ITEM_INT("legacy

Re: [Linuxptp-devel] [PATCH v2 2/2] Some hardware can't properly timestamp packets with the new PTP header version 2.1. This patch adds legacy_ptp_ver config option that allows advertising of the lega

2023-11-10 Thread Maciek Machnikowski
On 11/10/2023 5:43 PM, Erez wrote: > > > On Fri, 10 Nov 2023 at 14:05, Maciek Machnikowski > mailto:mac...@machnikowski.net>> wrote: > > Additionally, forcing PTP minor version to be nonzero causes > interoperability issues with some legacy grandmasters. > > Signed-off-by: Maciek

Re: [Linuxptp-devel] [PATCH v2 2/2] Some hardware can't properly timestamp packets with the new PTP header version 2.1. This patch adds legacy_ptp_ver config option that allows advertising of the lega

2023-11-10 Thread Erez
On Fri, 10 Nov 2023 at 14:05, Maciek Machnikowski wrote: > Additionally, forcing PTP minor version to be nonzero causes > interoperability issues with some legacy grandmasters. > > Signed-off-by: Maciek Machnikowski > --- > config.c| 1 + > configs/default.cfg | 1 + > ptp4l.8