> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Michal Swiatkowski > Sent: Friday, February 2, 2024 8:29 PM > To: [email protected] > Cc: Drewek, Wojciech <[email protected]>; Szycik, Marcin > <[email protected]>; Marcin Szycik <[email protected]>; > Kitszel, Przemyslaw <[email protected]>; Samudrala, Sridhar > <[email protected]>; [email protected]; > [email protected]; Michal Swiatkowski > <[email protected]> > Subject: [Intel-wired-lan] [iwl-next v2 1/8] ice: remove eswitch changing > queues algorithm > > Changing queues used by eswitch will be done through PF netdev. > There is no need to reserve queues if the number of used queues is known. > > Reviewed-by: Wojciech Drewek <[email protected]> > Reviewed-by: Marcin Szycik <[email protected]> > Signed-off-by: Michal Swiatkowski <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice.h | 6 ---- > drivers/net/ethernet/intel/ice/ice_eswitch.c | 34 -------------------- > drivers/net/ethernet/intel/ice/ice_eswitch.h | 4 --- > drivers/net/ethernet/intel/ice/ice_sriov.c | 3 -- > 4 files changed, 47 deletions(-) >
Hi Michal, We are observing VF-VF ping issue with these new upstream patch series - "ice: use less resources in switchdev". Ping between VFs is not working when bond is used. VF to peer client is working with bonding. However without bond, both VF-VF and VF to client is working properly. Thanks, Sujai B
