All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] support flow counters using devx
@ 2018-12-25 14:38 Mordechay Haimovsky
  2018-12-25 14:38 ` [PATCH v1 2/3] net/mlx5: add devx functions to glue Mordechay Haimovsky
                   ` (2 more replies)
  0 siblings, 3 replies; 24+ messages in thread
From: Mordechay Haimovsky @ 2018-12-25 14:38 UTC (permalink / raw)
  To: dev; +Cc: Mordechay Haimovsky

This series of commits add support for creating, allocating, querying
and destroying flow counters in mlx5 PMD using the devx interface.

Moti Haimovsky (3):
  net/mlx5: modify shared counter allocation logic
  net/mlx5: add devx functions to glue
  net/mlx5: support flow counters using devx

 drivers/net/mlx5/Makefile          |  11 ++
 drivers/net/mlx5/meson.build       |   7 ++
 drivers/net/mlx5/mlx5.c            |  17 ++-
 drivers/net/mlx5/mlx5.h            |   1 +
 drivers/net/mlx5/mlx5_devx_cmds.c  | 117 +++++++++++++++++++
 drivers/net/mlx5/mlx5_flow.h       |  12 +-
 drivers/net/mlx5/mlx5_flow_dv.c    | 232 +++++++++++++++++++++++++++++++++++--
 drivers/net/mlx5/mlx5_flow_verbs.c |  14 +--
 drivers/net/mlx5/mlx5_glue.c       | 100 ++++++++++++++++
 drivers/net/mlx5/mlx5_glue.h       |  19 +++
 drivers/net/mlx5/mlx5_prm.h        |  86 ++++++++++++++
 11 files changed, 593 insertions(+), 23 deletions(-)
 create mode 100644 drivers/net/mlx5/mlx5_devx_cmds.c

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2019-01-06  7:43 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-25 14:38 [PATCH v1 0/3] support flow counters using devx Mordechay Haimovsky
2018-12-25 14:38 ` [PATCH v1 2/3] net/mlx5: add devx functions to glue Mordechay Haimovsky
2018-12-27  8:12   ` Shahaf Shuler
2018-12-25 14:38 ` [PATCH v1 1/3] net/mlx5: modify shared counter allocation logic Mordechay Haimovsky
2018-12-27  8:12   ` Shahaf Shuler
2018-12-25 14:38 ` [PATCH v1 3/3] net/mlx5: support flow counters using devx Mordechay Haimovsky
2018-12-27  8:15   ` Shahaf Shuler
2018-12-27 22:20   ` [PATCH v2 0/3] " Mordechay Haimovsky
2018-12-27 22:20   ` [PATCH v2 1/3] net/mlx5: fix shared counter allocation logic Mordechay Haimovsky
2018-12-29 20:12     ` Slava Ovsiienko
2018-12-31  7:23       ` Shahaf Shuler
2019-01-02  6:58       ` Mordechay Haimovsky
2018-12-27 22:20   ` [PATCH v2 2/3] net/mlx5: add devx functions to glue Mordechay Haimovsky
2018-12-27 22:20   ` [PATCH v2 3/3] net/mlx5: support flow counters using devx Mordechay Haimovsky
2019-01-02  9:43     ` [PATCH v3 0/3] " Mordechay Haimovsky
2019-01-02  9:43     ` [PATCH v3 1/3] net/mlx5: fix shared counter allocation logic Mordechay Haimovsky
2019-01-02  9:43     ` [PATCH v3 2/3] net/mlx5: add devx functions to glue Mordechay Haimovsky
2019-01-02  9:43     ` [PATCH v3 3/3] net/mlx5: support flow counters using devx Mordechay Haimovsky
2019-01-03  8:29       ` Shahaf Shuler
2019-01-03 15:06       ` [PATCH v4 0/3] " Mordechay Haimovsky
2019-01-06  7:43         ` Shahaf Shuler
2019-01-03 15:06       ` [PATCH v4 2/3] net/mlx5: add devx functions to glue Mordechay Haimovsky
2019-01-03 15:06       ` [PATCH v4 1/3] net/mlx5: fix shared counter allocation logic Mordechay Haimovsky
2019-01-03 15:06       ` [PATCH v4 3/3] net/mlx5: support flow counters using devx Mordechay Haimovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.