Re: [PATCH v7 2/4] common/sfc_efx/base: add API to get installed filters count

2023-06-22 Thread Andrew Rybchenko
On 6/22/23 18:11, Artemii Morozov wrote: This API allows to get number of installed filters. This will be used in the future patches. Signed-off-by: Artemii Morozov Acked-by: Andrew Rybchenko However, it would be good if it is reviewed as well by Andy and Ivan.

[PATCH v7 2/4] common/sfc_efx/base: add API to get installed filters count

2023-06-22 Thread Artemii Morozov
This API allows to get number of installed filters. This will be used in the future patches. Signed-off-by: Artemii Morozov --- drivers/common/sfc_efx/base/ef10_filter.c | 20 ++ drivers/common/sfc_efx/base/ef10_impl.h | 6 + drivers/common/sfc_efx/base/efx_filter.c | 32