Re: [Linuxptp-users] Syntax to use PMC with SET command
PTP IEEE 1588 stack for Linux
Brought to you by:
rcochran
From: Gururaj B. <gur...@gm...> - 2022-08-09 04:52:46
|
Hi, Here is the HW and Driver info, HW: ARMv8 Cortex-A53 processor (quad-core) in the Stratix10 SoC FPGA Driver: intel_fpga_qse_ll (10gb/s) -Guru On Mon, 8 Aug 2022 at 19:35, Richard Cochran <ric...@gm...> wrote: > On Mon, Aug 08, 2022 at 10:17:49AM +0200, Miroslav Lichvar wrote: > > On Mon, Aug 08, 2022 at 01:18:11PM +0530, Gururaj Badiger wrote: > > > I understand that for some of the parameters such as PRIORITY1, > > > PRIORITY2, PORT_DATA_SET_NP etc., PMC command provides the option to > SET > > > the values to ptp4l. > > > > > > Could you help me with the syntax on how to use the PMC SET command via > > > shell. > > > > Here are some examples: > > > > # pmc -u 'SET PRIORITY1 130' > > # pmc -u 'SET PORT_DATA_SET_NP neighborPropDelayThresh 1000 asCapable 0' > > +1 > > In general, you can send the GET command and then copy the output as a > template for the SET command. > > Thanks, > Richard > |