> -----Original Message-----
> From: Michal Swiatkowski <[email protected]>
> Sent: Friday, March 1, 2024 5:24 PM
> To: [email protected]
> Cc: [email protected]; Szycik, Marcin <[email protected]>;
> Drewek, Wojciech <[email protected]>; Samudrala, Sridhar
> <[email protected]>; Kitszel, Przemyslaw
> <[email protected]>; [email protected]; Buvaneswaran, Sujai
> <[email protected]>; Michal Swiatkowski
> <[email protected]>; Marcin Szycik
> <[email protected]>
> Subject: [iwl-next v3 2/8] ice: do Tx through PF netdev in slow-path
> 
> Tx can be done using PF netdev.
> 
> Checks before Tx are unnecessary. Checking if switchdev mode is set seems
> too defensive (there is no PR netdev in legacy mode). If corresponding VF is
> disabled or during reset, PR netdev also should be down.
> 
> Reviewed-by: Marcin Szycik <[email protected]>
> Signed-off-by: Michal Swiatkowski <[email protected]>
> ---
>  drivers/net/ethernet/intel/ice/ice_eswitch.c | 26 +++++---------------
>  drivers/net/ethernet/intel/ice/ice_repr.c    | 12 ---------
>  drivers/net/ethernet/intel/ice/ice_repr.h    |  2 --
>  3 files changed, 6 insertions(+), 34 deletions(-)
> 
Tested-by: Sujai Buvaneswaran <[email protected]>

Reply via email to