On Fri, 14 Aug 2026 16:56:06 +0400 Ivan Malov <[email protected]> wrote:
> Selectively import MCDI changes from the in-house libefx repository > to meet the needs of the feature support patches that will follow. > > Signed-off-by: Ivan Malov <[email protected]> > Reviewed-by: Viacheslav Galaktionov <[email protected]> > --- A couple of checkpatch warnings on this patch. Although merged to next-net, would still be good to fix. ### [PATCH] common/sfc_efx/base: update MCDI headers WARNING:TYPO_SPELLING: 'Coalesed' may be misspelled - perhaps 'Coalesced'? #155: FILE: drivers/common/sfc_efx/base/efx_regs_mcdi.h:12857: +/* enum: TX Events Coalesed. */ ^^^^^^^^ WARNING:TYPO_SPELLING: 'Coalesed' may be misspelled - perhaps 'Coalesced'? #197: FILE: drivers/common/sfc_efx/base/efx_regs_mcdi.h:12899: +/* enum: RX Events Coalesed. */ ^^^^^^^^ total: 0 errors, 2 warnings, 378 lines checked ### [PATCH] common/sfc_efx/base: indicate dummy netport properties on VF WARNING:SPACING: space prohibited between function name and open parenthesis '(' #41: FILE: drivers/common/sfc_efx/base/efx_np.c:261: + sizeof (*loopback_cap_maskp)); total: 0 errors, 1 warnings, 65 lines checked

