Re: [PATCH v4 03/34] common/sfc_efx/base: add API to list HW tables

2023-06-21 Thread Ferruh Yigit
On 6/21/2023 12:09 PM, Ivan Malov wrote: > Hi Ferruh, > > Thank you so much for your review notes. You suggested to squash > some pairs of "common/sfc_base/efx" and "net/sfc" patches, so > that logical changes would be unified. I see your point. > > On the other hand, however, doing so would be r

Re: [PATCH v4 03/34] common/sfc_efx/base: add API to list HW tables

2023-06-21 Thread Ivan Malov
Hi Ferruh, Thank you so much for your review notes. You suggested to squash some pairs of "common/sfc_base/efx" and "net/sfc" patches, so that logical changes would be unified. I see your point. On the other hand, however, doing so would be rather unusual from our internal process standpoint. Ty

Re: [PATCH v4 03/34] common/sfc_efx/base: add API to list HW tables

2023-06-19 Thread Ferruh Yigit
On 6/7/2023 2:02 PM, Ivan Malov wrote: > From: Denis Pryazhennikov > > New MCDI Table Access API allows management of > the HW tables' content. > This part of API helps to list all supported tables. > In the near future, only the CT table is planned > to be used, so only one identifier for this t

[PATCH v4 03/34] common/sfc_efx/base: add API to list HW tables

2023-06-07 Thread Ivan Malov
From: Denis Pryazhennikov New MCDI Table Access API allows management of the HW tables' content. This part of API helps to list all supported tables. In the near future, only the CT table is planned to be used, so only one identifier for this table was added to the efx. New table IDs will be adde