On Wed, 2021-10-20 at 13:40 +0000, Raslan Darawsheh wrote: > Hi, > > > -----Original Message----- > > From: dev <dev-boun...@dpdk.org> On Behalf Of Xueming Li > > Sent: Tuesday, October 19, 2021 1:35 PM > > To: dev@dpdk.org > > Cc: Xueming(Steven) Li <xuemi...@nvidia.com>; Slava Ovsiienko > > <viachesl...@nvidia.com>; Lior Margalit <lmarga...@nvidia.com> > > Subject: [dpdk-dev] [PATCH v3 0/8] net/mlx5: support more than 255 > > representors > > > > 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 > > v3: > > - fix compilation issue > > > > 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 > > Series applied to next-net-mlx, > > Kindest regards, > Raslan Darawsheh
Thanks!