[dpdk-dev] [PATCH 0/6] mlx5: some UAR fixes
michaelba at nvidia.com
michaelba at nvidia.com
Wed Nov 3 19:35:07 CET 2021
From: Michael Baum <michaelba at oss.nvidia.com>
Some different fixes around User Access Memory object.
Michael Baum (6):
crypto/mlx5: fix invalid memory access in probing
common/mlx5: fix redundant code in UAR allocation
common/mlx5: fix UAR allocation diagnostics messages
common/mlx5: fix doorbell mapping configuration
net/mlx5: remove duplicated reference of the TxQ doorbell
common/mlx5: fix post doorbell barrier
drivers/common/mlx5/mlx5_common.c | 101 ++++++++----
drivers/common/mlx5/mlx5_common.h | 91 ++++++++++-
drivers/common/mlx5/mlx5_common_defs.h | 8 +
drivers/common/mlx5/version.map | 5 +-
drivers/compress/mlx5/mlx5_compress.c | 69 ++------
drivers/crypto/mlx5/mlx5_crypto.c | 72 ++-------
drivers/crypto/mlx5/mlx5_crypto.h | 6 +-
drivers/net/mlx5/linux/mlx5_verbs.c | 48 +++++-
drivers/net/mlx5/mlx5.c | 195 +++++------------------
drivers/net/mlx5/mlx5.h | 12 +-
drivers/net/mlx5/mlx5_defs.h | 8 -
drivers/net/mlx5/mlx5_devx.c | 24 +--
drivers/net/mlx5/mlx5_flow_aso.c | 81 +++++-----
drivers/net/mlx5/mlx5_rx.h | 6 +-
drivers/net/mlx5/mlx5_rxq.c | 11 +-
drivers/net/mlx5/mlx5_tx.h | 103 ++----------
drivers/net/mlx5/mlx5_txpp.c | 36 ++---
drivers/net/mlx5/mlx5_txq.c | 79 ++-------
drivers/regex/mlx5/mlx5_regex.c | 17 +-
drivers/regex/mlx5/mlx5_regex.h | 2 +-
drivers/regex/mlx5/mlx5_regex_control.c | 4 +-
drivers/regex/mlx5/mlx5_regex_fastpath.c | 26 ++-
drivers/vdpa/mlx5/mlx5_vdpa.h | 2 +-
drivers/vdpa/mlx5/mlx5_vdpa_event.c | 33 +---
24 files changed, 390 insertions(+), 649 deletions(-)
--
2.25.1
More information about the dev
mailing list