numam-dpdk/drivers
Viacheslav Ovsiienko 3b025c0ca4 net/mlx5: provide send scheduling error statistics
The mlx5 PMD exposes the following new introduced
extended statistics counter to report the errors
of packet send scheduling on timestamps:

  - txpp_err_miss_int - rearm queue interrupt was not handled
    was not handled in time and service routine might miss
    the completions

  - txpp_err_rearm_queue - reports errors in rearm queue
  - txpp_err_clock_queue - reports errors in clock queue

  - txpp_err_ts_past - timestamps in the packet being sent
    were found in the past, timestamps were ignored

  - txpp_err_ts_future - timestamps in the packet being sent
    were found in the too distant future (beyond HW/clock queue
    capabilities to schedule, typically it is about 16M of
    tx_pp devarg periods)

  - txpp_jitter - estimated jitter in device clocks between
    8K completions of Clock Queue.

  - txpp_wander - estimated wander in device clocks between
    16M completions of Clock Queue.

  - txpp_sync_lost - error flag, the Clock Queue completions
    synchronization is lost, accurate packet scheduling can
    not be handled, timestamps are being ignored, the restart
    of all ports using scheduling must be performed.

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
2020-07-21 15:44:36 +02:00
..
baseband log: introduce logtype register macro 2020-07-03 15:52:51 +02:00
bus net/dpaa: support queue info routines 2020-07-21 13:54:54 +02:00
common common/mlx5: prepare support of packet pacing 2020-07-21 15:44:36 +02:00
compress compress/qat: revert change in GEN3 marketing name 2020-07-18 23:09:02 +02:00
crypto crypto/qat: fix ambiguous variable names for CRC 2020-07-18 23:30:47 +02:00
event drivers/dpaa: optimize thread local storage 2020-07-11 06:18:52 +02:00
mempool mempool/ring: support RTS and HTS ring modes 2020-07-21 19:20:00 +02:00
net net/mlx5: provide send scheduling error statistics 2020-07-21 15:44:36 +02:00
raw log: introduce logtype register macro 2020-07-03 15:52:51 +02:00
regex regex/mlx5: add empty start/stop/close 2020-07-21 19:04:05 +02:00
vdpa vdpa/mlx5: enable status protocol feature 2020-07-11 06:18:52 +02:00
Makefile regex/mlx5: introduce driver for BlueField 2 2020-07-21 19:04:05 +02:00
meson.build regex/mlx5: introduce driver for BlueField 2 2020-07-21 19:04:05 +02:00