> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Larysa Zaremba > Sent: Monday, November 17, 2025 5:49 AM > To: [email protected]; Nguyen, Anthony L > <[email protected]> > Cc: Lobakin, Aleksander <[email protected]>; Samudrala, Sridhar > <[email protected]>; Singhai, Anjali <[email protected]>; > Michal Swiatkowski <[email protected]>; Zaremba, Larysa > <[email protected]>; Fijalkowski, Maciej > <[email protected]>; Tantilov, Emil S <[email protected]>; > Chittim, Madhu <[email protected]>; Hay, Joshua A > <[email protected]>; Keller, Jacob E <[email protected]>; > Shanmugam, Jayaprakash <[email protected]>; > Wochtman, Natalia <[email protected]>; Jiri Pirko > <[email protected]>; David S. Miller <[email protected]>; Eric Dumazet > <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni > <[email protected]>; Simon Horman <[email protected]>; Jonathan > Corbet <[email protected]>; Richard Cochran <[email protected]>; > Kitszel, Przemyslaw <[email protected]>; Andrew Lunn > <[email protected]>; [email protected]; linux- > [email protected]; [email protected] > Subject: [Intel-wired-lan] [PATCH iwl-next v5 07/15] idpf: remove > 'vport_params_reqd' field > > From: Pavan Kumar Linga <[email protected]> > > While sending a create vport message to the device control plane, a create > vport virtchnl message is prepared with all the required info to initialize > the > vport. This info is stored in the adapter struct but never used thereafter. > So, > remove the said field. > > Signed-off-by: Pavan Kumar Linga <[email protected]> > Reviewed-by: Maciej Fijalkowski <[email protected]> > Reviewed-by: Madhu Chittim <[email protected]> > Signed-off-by: Larysa Zaremba <[email protected]> > --- > 2.47.0
Tested-by: Samuel Salin <[email protected]>
