]> git.droids-corp.org - dpdk.git/commit
common/mlx5: introduce user index field in completion
authorXueming Li <xuemingl@nvidia.com>
Thu, 4 Nov 2021 12:33:07 +0000 (20:33 +0800)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 4 Nov 2021 21:55:42 +0000 (22:55 +0100)
commit9c777ccfbbb65977d62985f8c00e182d1cdd9f0c
tree3be44db3938848e774f863a4306bd9d47f48cda7
parent68fa62924de4fed4c241db9b7fcb58e66f62a2f9
common/mlx5: introduce user index field in completion

On ConnectX devices the completion entry provides the dedicated 24-bit
field, that is filled up with some static value assigned at the
Receiving Queue creation moment. This patch declares this field. This is
a preparation step for supporting shared RQs and the field is supposed
to provide actual port index while handling the shared receiving
queue(s).

Signed-off-by: Xueming Li <xuemingl@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
drivers/common/mlx5/mlx5_prm.h
drivers/regex/mlx5/mlx5_regex_fastpath.c