> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of
> Michal Swiatkowski
> Sent: Tuesday, October 24, 2023 4:39 PM
> To: [email protected]
> Cc: Drewek, Wojciech <[email protected]>; Szycik, Marcin
> <[email protected]>; [email protected]; Brandeburg, Jesse
> <[email protected]>; Kitszel, Przemyslaw
> <[email protected]>; Keller, Jacob E <[email protected]>;
> Michal Swiatkowski <[email protected]>; Raczynski, Piotr
> <[email protected]>
> Subject: [Intel-wired-lan] [PATCH iwl-next v1 08/15] ice: make representor
> code generic
> 
> Representor code needs to be independent from specific device type, like in
> this case VF. Make generic add / remove representor function and specific
> add VF / rem VF function. New device types will follow this scheme.
> 
> In bridge offload code there is a need to get representor pointer based on
> VSI. Implement helper function to achieve that.
> 
> Reviewed-by: Piotr Raczynski <[email protected]>
> Reviewed-by: Wojciech Drewek <[email protected]>
> Signed-off-by: Michal Swiatkowski <[email protected]>
> ---
>  drivers/net/ethernet/intel/ice/ice_eswitch.c  |   9 +-
>  drivers/net/ethernet/intel/ice/ice_eswitch.h  |   4 +-
>  .../net/ethernet/intel/ice/ice_eswitch_br.c   |  10 +-
>  drivers/net/ethernet/intel/ice/ice_lib.c      |  10 +-
>  drivers/net/ethernet/intel/ice/ice_repr.c     | 184 ++++++++++--------
>  drivers/net/ethernet/intel/ice/ice_repr.h     |   2 +
>  drivers/net/ethernet/intel/ice/ice_vf_lib.c   |   2 +-
>  drivers/net/ethernet/intel/ice/ice_vf_lib.h   |   2 +-
>  8 files changed, 131 insertions(+), 92 deletions(-)
> 
Tested-by: Sujai Buvaneswaran <[email protected]>
_______________________________________________
Intel-wired-lan mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

Reply via email to