Re: [PATCH v2] examples/ptp: replace terms master and slave

2023-11-29 Thread Somnath Kotur
On Wed, Nov 29, 2023 at 10:14 PM Stephen Hemminger wrote: > > The IEEE 1588 standard has been updated to remove the use > of master-slave terminolgy. Use the terms recommended by > IEEE 1588g-2022 amendment: > > In place of the term “master”, use the term “timeTransmitter”. > In place of the t

[PATCH v2] examples/ptp: replace terms master and slave

2023-11-29 Thread Stephen Hemminger
The IEEE 1588 standard has been updated to remove the use of master-slave terminolgy. Use the terms recommended by IEEE 1588g-2022 amendment: In place of the term “master”, use the term “timeTransmitter”. In place of the term “slave”, use the term “timeReceiver”. Signed-off-by: Stephen Hemmin