Re: [Intel-wired-lan] [iwl-next v3 3/4] ice: move VSI configuration outside repr setup

2024-06-20 Thread Michal Swiatkowski
On Fri, Jun 14, 2024 at 01:43:31PM +0100, Simon Horman wrote: > On Mon, Jun 10, 2024 at 09:44:33AM +0200, Michal Swiatkowski wrote: > > It is needed because subfunction port representor shouldn't configure > > the source VSI during representor creation. > > > > Move the code to separate function a

Re: [Intel-wired-lan] [iwl-next v3 3/4] ice: move VSI configuration outside repr setup

2024-06-14 Thread Simon Horman
On Mon, Jun 10, 2024 at 09:44:33AM +0200, Michal Swiatkowski wrote: > It is needed because subfunction port representor shouldn't configure > the source VSI during representor creation. > > Move the code to separate function and call it only in case the VF port > representor is being created. > >

[Intel-wired-lan] [iwl-next v3 3/4] ice: move VSI configuration outside repr setup

2024-06-10 Thread Michal Swiatkowski
It is needed because subfunction port representor shouldn't configure the source VSI during representor creation. Move the code to separate function and call it only in case the VF port representor is being created. Signed-off-by: Michal Swiatkowski --- drivers/net/ethernet/intel/ice/ice_eswitc