- 22 Apr, 2019 1 commit
-
-
li hongming authored
separate PPS_out with time_valid. Disable transmitting packets when link is not up.
-
- 05 Dec, 2018 1 commit
-
-
li hongming authored
-
- 03 Dec, 2018 1 commit
-
-
li hongming authored
-
- 22 Nov, 2018 1 commit
-
-
li hongming authored
-
- 29 Oct, 2018 1 commit
-
-
li hongming authored
-
- 02 Oct, 2018 1 commit
-
-
li hongming authored
command "ptp [mode] [port,df=0]" or "mode [mode] [port,df=0]" will set the ptp mode of port. Currently, if one port act as slave, its mode should be set after other ports.
-
- 01 Oct, 2018 1 commit
-
-
li hongming authored
-
- 27 Sep, 2018 1 commit
-
-
li hongming authored
-
- 30 Jul, 2018 1 commit
-
-
li hongming authored
-
- 20 Jul, 2018 1 commit
-
-
li hongming authored
Now it works as below: 1. default udp tx dst mac is the gateway of node's ip. 2. It will send arp request after getting the udp tx dst ip. 3. It stops sending arp request after getting the udp tx dst mac addr.
-
- 19 Jul, 2018 1 commit
-
-
Vraliens authored
-
- 14 Jun, 2018 1 commit
-
-
hongming authored
-
- 13 Jun, 2018 1 commit
-
-
hongming authored
tcpip tcp x , set the tcp server listen port tcpip udp txip x.x.x.x , set the udp tx destination ip addr. tcpip udp txport x , set the udp tx destination port, default 2000 tcpip udp rxport x , set the udp rx destiniation port. default (>256). tcpip udp txgw x.x.x.x , set the udp gateway, default x.x.x.1 tcpip udp txsn x.x.x.x , set the subnet, default 255.255.255.0
-
- 31 May, 2018 1 commit
-
-
hongming authored
-
- 28 May, 2018 1 commit
-
-
hongming authored
through UDP packets. See related document for further help.
-
- 18 May, 2018 1 commit
-
-
hongming authored
-
- 14 Dec, 2017 1 commit
-
-
Adam Wujek authored
Please not that LLDP_TX_TICK_INTERVAL is not about ticks, but about number of task executions. This should be changed to time. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 01 Dec, 2017 4 commits
-
-
Adam Wujek authored
Change indentation of switch statement. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 14 Sep, 2017 1 commit
-
-
hongming authored
-
- 31 Aug, 2017 1 commit
-
-
hongming authored
-
- 06 Jul, 2017 7 commits
-
-
Grzegorz Daniluk authored
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Cesar Prados authored
-
Cesar Prados authored
normally the ip is given after lldp has been initialized or is modified maually
-
Cesar Prados authored
The optional TLV of LLDP has been added, leaving two of them still as *todo* since there is not hw support yet for getting info from the wr-core outer world.
-
Cesar Prados authored
LLDP a vendor-neutral link layer protocol used by network devices for advertising their identity, capabilities, and neighbors. Implements a transmit-only nodes, the node only transmit periodically and doesn't process any LLDPUD.
-
- 03 Jul, 2017 1 commit
-
-
Grzegorz Daniluk authored
-
- 30 Jun, 2017 2 commits
-
-
Alessandro Rubini authored
This is a logic &, not an aritmetic one. So "&&" not "&". The change has no effect, because the two operands are verified to always be 0 or 1, but what we had was conceptually wrong and forced me to verify. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 22 Jun, 2017 3 commits
-
-
Alessandro Rubini authored
Under frame loss, most track-lost are just because of ptp timeouts. But since the underlying pll is unaffected, and the RTT is almost constant, we can tell in the logs whether the lost/resync was actually a time jump or not. This is what happens with moderate frame loss (fhe first track-lost is real, due to a ptp restart, the following ones are not and max delta between calculated setpoint and current setpoint is reported): Jan 1 00:00:02 192.168.128.84 (00: 26:7b:00:04:27) Node up since 1 seconds Jun 12 14:16:06 192.168.128.84 Tracking after 19.141 s Jun 12 14:17:14 192.168.128.84 Lost track Jun 12 14:17:20 192.168.128.84 2-th re-rtrack after 6.119 s Jun 12 14:17:43 192.168.128.84 Lost track Jun 12 14:17:46 192.168.128.84 3-th re-rtrack after 3.287 s (max delta 2 ps) Jun 12 14:18:48 192.168.128.84 Lost track Jun 12 14:19:00 192.168.128.84 4-th re-rtrack after 12.388 s (max delta 0 ps) Jun 12 14:19:14 192.168.128.84 Lost track Jun 12 14:19:18 192.168.128.84 5-th re-rtrack after 4.126 s (max delta 3 ps) Jun 12 14:19:25 192.168.128.84 Lost track Jun 12 14:19:31 192.168.128.84 6-th re-rtrack after 6.022 s (max delta 4 ps) Jun 12 14:19:36 192.168.128.84 Lost track Jun 12 14:19:38 192.168.128.84 7-th re-rtrack after 2.229 s (max delta 1 ps) Jun 12 14:19:52 192.168.128.84 Lost track Jun 12 14:20:03 192.168.128.84 8-th re-rtrack after 10.997 s (max delta 1 ps) Jun 12 14:21:02 192.168.128.84 Lost track Jun 12 14:21:21 192.168.128.84 9-th re-rtrack after 18.906 s (max delta 2 ps) Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
This is my own fault introduced here: 765443c7 udp: bugfix for checksum generation It made no harm, because all send frames were oversized, but I'm now using fixed-size buffers, and this overwrites the own IP address thus corrupting the checksum and so on. Pity me. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 20 Jun, 2017 2 commits
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Maciej Lipinski authored
-
- 20 Mar, 2017 2 commits
-
-
Alessandro Rubini authored
we had "warning unused.variable", so let's use it Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-