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

2023-06-22 Thread Andrew Rybchenko
On 6/22/23 14:31, 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 --- drivers/common/sfc_efx/base/ef10_filter.c | 20 + drivers/common/sfc_efx/base/ef10_impl.h | 6 + dr

[PATCH v6 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 | 27 +