diff options
author | Maxim Mikityanskiy <[email protected]> | 2022-09-30 09:28:54 -0700 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2022-10-01 13:30:20 -0700 |
commit | 0b482232374528b62ef978241f8efc548dce7edb (patch) | |
tree | 4144c61ddd30beedd4ae9a2cb683a335b9744c07 /scripts/generate_rust_analyzer.py | |
parent | 3f5fe0b2e606ab71d3425c138e311bce60b09543 (diff) |
net/mlx5e: Remove the outer loop when allocating legacy RQ WQEs
Legacy RQ WQEs are allocated in a loop in small batches (8 WQEs). As
partial batches are allowed, there is no point to have a loop in a loop,
so the outer loop is removed, and the batch size is increased up to the
total number of WQEs to allocate, still not smaller than 8.
Signed-off-by: Maxim Mikityanskiy <[email protected]>
Reviewed-by: Tariq Toukan <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions