Re: [PATCH] net/mlx5/hws: fix allocation of STCs

2024-11-13 Thread Raslan Darawsheh
/hws: fix allocation of STCs From: Erez Shitrit STC is a limited resource of the HW, and might get consumed till no more contexts can be opened. So, let the user to define the size of how many STCs to allocate per context. In case the user has many representors, no need to allocate per each of them

[PATCH] net/mlx5/hws: fix allocation of STCs

2024-10-29 Thread Itamar Gozlan
From: Erez Shitrit STC is a limited resource of the HW, and might get consumed till no more contexts can be opened. So, let the user to define the size of how many STCs to allocate per context. In case the user has many representors, no need to allocate per each of them the default value of STCs,