| b15d75b2 | 21-Feb-2023 |
Gerry Gribbon <ggribbon@nvidia.com> |
regex/mlx5: fix doorbell record
We were writing a value that should represent the number of items to be processed by hardware. The value being written was off by 1 (N*4)+3; The value should be (N*4)
regex/mlx5: fix doorbell record
We were writing a value that should represent the number of items to be processed by hardware. The value being written was off by 1 (N*4)+3; The value should be (N*4) + 4 simplified to (N+1)*4
Fixes: 5dfa003db53f ("common/mlx5: fix post doorbell barrier") Cc: stable@dpdk.org
Signed-off-by: Gerry Gribbon <ggribbon@nvidia.com>
show more ...
|
| 7dde9c84 | 12-Oct-2022 |
Abdullah Ömer Yamaç <omer.yamac@ceng.metu.edu.tr> |
drivers: omit symbol map when unneeded
In this patch, we removed the necessity of the version files and you don't need to update these files for each release, you can just remove them.
Suggested-by
drivers: omit symbol map when unneeded
In this patch, we removed the necessity of the version files and you don't need to update these files for each release, you can just remove them.
Suggested-by: Ferruh Yigit <ferruh.yigit@amd.com> Signed-off-by: Abdullah Ömer Yamaç <omer.yamac@ceng.metu.edu.tr> Acked-by: Bruce Richardson <bruce.richardson@intel.com> Tested-by: Ferruh Yigit <ferruh.yigit@amd.com>
show more ...
|
| 383049f1 | 01-Sep-2022 |
Gerry Gribbon <ggribbon@nvidia.com> |
regex/mlx5: forbid changing maximum match number
Added check so user gets error if they try to configure the nb_max_matches value when using rte_regexdev_configure().
Signed-off-by: Gerry Gribbon <
regex/mlx5: forbid changing maximum match number
Added check so user gets error if they try to configure the nb_max_matches value when using rte_regexdev_configure().
Signed-off-by: Gerry Gribbon <ggribbon@nvidia.com> Acked-by: Ori Kam <orika@nvidia.com>
show more ...
|
| ab746801 | 01-Sep-2022 |
Gerry Gribbon <ggribbon@nvidia.com> |
regex/mlx5: support combined ROF file
Added support to allow parsing of a combined ROF file to locate compatible binary ROF data for the Bluefield hardware being run on.
Signed-off-by: Gerry Gribbo
regex/mlx5: support combined ROF file
Added support to allow parsing of a combined ROF file to locate compatible binary ROF data for the Bluefield hardware being run on.
Signed-off-by: Gerry Gribbon <ggribbon@nvidia.com> Acked-by: Ori Kam <orika@nvidia.com>
show more ...
|