1. 14 12月, 2016 9 次提交
  2. 17 11月, 2016 2 次提交
  3. 30 10月, 2016 2 次提交
  4. 08 10月, 2016 15 次提交
  5. 24 9月, 2016 1 次提交
  6. 17 9月, 2016 2 次提交
  7. 03 9月, 2016 1 次提交
  8. 24 8月, 2016 1 次提交
  9. 18 8月, 2016 1 次提交
  10. 17 8月, 2016 1 次提交
  11. 03 8月, 2016 1 次提交
  12. 05 7月, 2016 1 次提交
  13. 24 6月, 2016 1 次提交
  14. 23 6月, 2016 2 次提交
    • M
      IB/mlx5: Add port protocol stats · 0ad17a8f
      Mark Bloch 提交于
      Expose new counters using the get protocol stats callback.
      We expose the following counters:
      
      |------------------------------------------------------------------------|
      |      Name           | IB | EN |           Description                  |
      |------------------------------------------------------------------------|
      |rx_write_requests    | +  | -  | Number of received WRITE requests for  |
      |                     |    |    | the associated QP.                     |
      |------------------------------------------------------------------------|
      |rx_read_requests     | +  | -  | Number of received READ requests for   |
      |                     |    |    | the associated QP.                     |
      |------------------------------------------------------------------------|
      |rx_atomic_requests   | +  | -  | Number of received ATOMIC requests for |
      |                     |    |    | the associated QP.                     |
      |------------------------------------------------------------------------|
      |out_of_buffer        | +  | +  | Number of drops occurred due to lack   |
      |                     |    |    | of WQE for the associated QPs/RQs.     |
      |------------------------------------------------------------------------|
      |out_of_sequence      | +  | -  | Number of errors in the packet         |
      |                     |    |    | transport sequence number              |
      |------------------------------------------------------------------------|
      |duplicate_request    | +  | +  | Number of received duplicated packets. |
      |                     |    |    | A request that previously executed is  |
      |                     |    |    | named duplicated.                      |
      |------------------------------------------------------------------------|
      |rnr_nak_retry_err    | +  | +  | Number of received RNR NAC packets.    |
      |                     |    |    | The QP retry limit did not exceed.     |
      |------------------------------------------------------------------------|
      |packet_seq_err       | +  | +  | Number of received NAK - sequence error|
      |                     |    |    | packets. The QP retry limit did not    |
      |                     |    |    | exceed.                                |
      |------------------------------------------------------------------------|
      |implied_nak_err      | +  | +  | Number of times the requester detected |
      |                     |    |    | an ACK with a PSN larger than expected |
      |                     |    |    | PSN for RDMA READ or ATOMIC response   |
      |                     |    |    | The QP retry limit did not exceed.     |
      |------------------------------------------------------------------------|
      |local_ack_timeout_err| +  | -  | Number of NO ACK responses from        |
      |                     |    |    | responder within timer interval.       |
      |                     |    |    | The QP retry limit did not exceed.     |
      |------------------------------------------------------------------------|
      
      Counters are available if all of them are supported.
      Signed-off-by: NMark Bloch <markb@mellanox.com>
      Signed-off-by: NLeon Romanovsky <leonro@mellanox.com>
      Signed-off-by: NLeon Romanovsky <leon@kernel.org>
      Reviewed-by: NChristoph Lameter <cl@linux.com>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      0ad17a8f
    • M
      IB/mlx5: Add per port counters · 0837e86a
      Mark Bloch 提交于
      In order to support statistics for ports, we attach
      each QP to a counter set which is dedicate to this port.
      Signed-off-by: NMark Bloch <markb@mellanox.com>
      Reviewed-by: NLeon Romanovsky <leonro@mellanox.com>
      Signed-off-by: NLeon Romanovsky <leon@kernel.org>
      Signed-off-by: NDoug Ledford <dledford@redhat.com>
      0837e86a