[dpdk-dev] [PATCH v2 0/8] net/mlx5: support more than 255 representors
Xueming Li
xuemingl at nvidia.com
Sat Oct 16 10:07:24 CEST 2021
This patch set supports representor number of a PF to be more than 255.
CX6 and current OFED driver supports maxium 512 SFs. CX5 supports max 255 SFs.
v2:
- fixed FDB root table flow priority
- add error check to Netlink port state API
- commit log update and other minor fixes
Xueming Li (8):
common/mlx5: add netlink API to get RDMA port state
net/mlx5: use netlink when IB port greater than 255
net/mlx5: improve Verbs flow priority discover for scalable
net/mlx5: support E-Switch manager egress traffic match
net/mlx5: supports flow item of normal Tx queue
net/mlx5: fix internal root table flow priroity
net/mlx5: enable DevX Tx queue creation
net/mlx5: check DevX to support more Verbs ports
drivers/common/mlx5/linux/meson.build | 2 +
drivers/common/mlx5/linux/mlx5_nl.c | 136 +++++++++++++++++++-------
drivers/common/mlx5/linux/mlx5_nl.h | 2 +
drivers/common/mlx5/version.map | 1 +
drivers/net/mlx5/linux/mlx5_os.c | 119 +++++++---------------
drivers/net/mlx5/mlx5.h | 2 +
drivers/net/mlx5/mlx5_devx.c | 10 +-
drivers/net/mlx5/mlx5_devx.h | 2 +
drivers/net/mlx5/mlx5_flow.c | 81 ++++++++++++++-
drivers/net/mlx5/mlx5_flow.h | 7 +-
drivers/net/mlx5/mlx5_flow_dv.c | 44 +++++++--
drivers/net/mlx5/mlx5_flow_verbs.c | 8 ++
drivers/net/mlx5/mlx5_trigger.c | 11 ++-
13 files changed, 291 insertions(+), 134 deletions(-)
--
2.33.0
More information about the dev
mailing list