> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Michal > Swiatkowski > Sent: Thursday, June 27, 2024 2:33 PM > To: Fijalkowski, Maciej <[email protected]> > Cc: [email protected]; Drewek, Wojciech <[email protected]>; > [email protected]; Samudrala, Sridhar <[email protected]>; > Polchlopek, Mateusz <[email protected]>; [email protected]; > [email protected]; [email protected]; Kubiak, Michal > <[email protected]>; [email protected]; > [email protected]; Kitszel, Przemyslaw <[email protected]>; > Keller, Jacob E <[email protected]> > Subject: Re: [Intel-wired-lan] [iwl-next v5 07/15] ice: implement netdev for > subfunction > > On Thu, Jun 27, 2024 at 01:13:47PM +0200, Maciej Fijalkowski wrote: > > On Thu, Jun 06, 2024 at 01:24:55PM +0200, Michal Swiatkowski wrote: > > > From: Piotr Raczynski <[email protected]> > > > > > > Configure netdevice for subfunction usecase. Mostly it is reusing > > > ops from the PF netdevice. > > > > > > SF netdev is linked to devlink port registered after SF activation. > > > > > > Reviewed-by: Simon Horman <[email protected]> > > > Reviewed-by: Jiri Pirko <[email protected]> > > > Signed-off-by: Piotr Raczynski <[email protected]> > > > Signed-off-by: Michal Swiatkowski > > > <[email protected]> > > > --- > > > drivers/net/ethernet/intel/ice/ice_sf_eth.c | 85 > > > ++++++++++++++++++++- > > > 1 file changed, 84 insertions(+), 1 deletion(-) > > > > > > diff --git a/drivers/net/ethernet/intel/ice/ice_sf_eth.c > > > b/drivers/net/ethernet/intel/ice/ice_sf_eth.c > > > index abe495c2d033..3a540a2638d1 100644 > > > --- a/drivers/net/ethernet/intel/ice/ice_sf_eth.c > > > +++ b/drivers/net/ethernet/intel/ice/ice_sf_eth.c > > > @@ -2,11 +2,85 @@
Tested-by: Rafal Romanowski <[email protected]>
