Re: [PATCH v2 030/148] net/ice/base: limit PF RSS LUT to one VSI at time

2024-06-19 Thread Przemek Kitszel
of the fact that VSI #0 is main VSI for PF, what is the default PF LUT holder, so zero-init of struct ice_hw sets it as designed. Signed-off-by: Przemek Kitszel Signed-off-by: Ian Stokes --- drivers/net/ice/base/ice_type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ice

Re: [PATCH v2 019/148] net/ice/base: bring back ability to use 128 as size of PF type RSS LUT

2024-06-19 Thread Przemek Kitszel
On 6/12/24 17:00, Anatoly Burakov wrote: From: Ian Stokes Allow PF RSS LUT to be sized 128. Recent refactor simplified code and made it impossible. Also clean up unused defines. Signed-off-by: Przemek Kitszel Signed-off-by: Ian Stokes --- drivers/net/ice/base/ice_adminq_cmd.h | 12

Re: [PATCH v2 012/148] net/ice/base: clean up __ice_aq_get_set_rss_lut()

2024-06-13 Thread Przemek Kitszel
LUT sized 512); both: - clean up code. Signed-off-by: Przemek Kitszel Signed-off-by: Ian Stokes I have not much interest in DPDK, but when you CC me on code authored by me, it would be nice to also apply proper authorship (the From: line). --- drivers/net/ice/base/ice_adminq_cm