On Thu, 17 Sep 2026 12:40:14 +0530 Rahul Bhansali <[email protected]> wrote:
> From: Alok Mishra <[email protected]> > > Populate mode for kernels that uses args.mode for link speed > update. > > Signed-off-by: Alok Mishra <[email protected]> > --- Patch 12/14 common/cnxk: update mode param for link speed --------------------------------------------------------- Warning: args.mode keeps only one advertised mode. req->args.mode = plt_ctz64(link_info->advertising); - With autoneg, nix_link_advertising_get() ORs in one bit per requested speed. - mode therefore carries only the lowest one. - args.multimode and args.mode_baseidx are left unset. Warning: the commit log does not mention the new rsp->status propagation from mbox_process_msg_tmo().

