Skip to content
Snippets Groups Projects
  1. May 20, 2016
    • Alessandro Rubini's avatar
      pfilter: accept unicast ARP frames · 835437ae
      Alessandro Rubini authored
      
      This commit removes the requirement for ARP frames to be broadcast
      in the no-vlan case.  The simplified rule-set of a vlan setup already
      accepts ARP unicast, and no harm is done.
      
      Although we do not make ARP  requests so we won't receive unicast
      replies, hosts do send unicast requests, to refresh an ARP entry
      that is going to expire.
      
      The next commit enacts this feature in software, as a side effect
      of supporting pdelay PTP.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      835437ae
    • Alessandro Rubini's avatar
      Merge branch 'latency-test' · 2723ad02
      Alessandro Rubini authored
      2723ad02
    • Alessandro Rubini's avatar
      lib/latency: changes to the better · 965efd02
      Alessandro Rubini authored
      
      This is incompatible with the previous implementation
      
       - sequence number is 32 bits
       - frames are 1,2,3 not 0,1,2 (so to be *more* incompatible)
       - no fake latency values are printed if frames are lost
       - the message is one line instead of two, and cleaner too
       - the sender reminds it's sending every 10s.
      
      The receiver's messages now include the sequence number, so we can
      match different receivers on a network.  Also, The sender's message
      report both TAI and sequence, so we can related frames to the time of
      day.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      965efd02
  2. May 18, 2016
  3. Apr 04, 2016