1. 01 11月, 2019 5 次提交
  2. 31 10月, 2019 4 次提交
  3. 29 10月, 2019 1 次提交
  4. 24 10月, 2019 2 次提交
  5. 23 10月, 2019 2 次提交
  6. 19 10月, 2019 2 次提交
  7. 16 10月, 2019 1 次提交
  8. 07 10月, 2019 5 次提交
  9. 05 10月, 2019 7 次提交
  10. 04 10月, 2019 1 次提交
  11. 02 10月, 2019 1 次提交
  12. 28 9月, 2019 2 次提交
  13. 17 9月, 2019 3 次提交
  14. 14 9月, 2019 2 次提交
  15. 29 8月, 2019 2 次提交
    • P
      mlxsw: spectrum_ptp: Add counters for GC events · dc4f3eb0
      Petr Machata 提交于
      On Spectrum-1, timestamped PTP packets and the corresponding timestamps need to
      be kept in caches until both are available, at which point they are matched up
      and packets forwarded as appropriate. However, not all packets will ever see
      their timestamp, and not all timestamps will ever see their packet. It is
      necessary to dispose of such abandoned entries, so a garbage collector was
      introduced in commit 5d23e415 ("mlxsw: spectrum: PTP: Garbage-collect
      unmatched entries").
      
      If these GC events happen often, it is a sign of a problem. However because this
      whole mechanism is taking place behind the scenes, there is no direct way to
      determine whether garbage collection took place.
      
      Therefore to fix this, on Spectrum-1 only, expose four artificial ethtool
      counters for the GC events: GCd timestamps and packets, in TX and RX directions.
      
      Cc: Richard Cochran <richardcochran@gmail.com>
      Signed-off-by: NPetr Machata <petrm@mellanox.com>
      Signed-off-by: NIdo Schimmel <idosch@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      dc4f3eb0
    • I
      mlxsw: Bump firmware version to 13.2000.1886 · 45bd6341
      Ido Schimmel 提交于
      The new version supports extended error reporting from firmware via a
      new TLV in the EMAD packet. Similar to netlink extended ack.
      
      It also fixes an issue in the PCI code that can result in false AER
      errors under high Tx rate.
      Signed-off-by: NIdo Schimmel <idosch@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      45bd6341