All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH net v3 0/2] Improvements for default VSI filter handling
@ 2022-07-04 13:12 Michal Wilczynski
  2022-07-04 13:12 ` [Intel-wired-lan] [PATCH net v3 1/2] ice: Introduce enabling promiscuous mode on multiple VF's Michal Wilczynski
  2022-07-04 13:12 ` [Intel-wired-lan] [PATCH net v3 2/2] ice: Fix promiscuous mode not turning off Michal Wilczynski
  0 siblings, 2 replies; 5+ messages in thread
From: Michal Wilczynski @ 2022-07-04 13:12 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: Michal Wilczynski

Currently when vf-true-promisc-support private flag is set to false, default VSI
switch filter is used instead of a proper promiscuous one. Unfortunately flow for
default VSI is a bit different, which leads to improper behavior like not being
able to enable promisc mode on multiple VF's, or filter not being removed in
'trust off' flow.

v3:
- Rebased, added fixes tags
v2:
- Changed net-next to net, since this can be treated as a bug fixes
Michal Wilczynski (2):
  ice: Introduce enabling promiscuous mode on multiple VF's
v2:
- Removed unnecessary parameter in function description
- Removed unnecessary comments
- Moved ice_vsi_uses_fltr function
- Removed unnecessary blank lines
- Changed commit message to utilize full 75 characters

  ice: Fix promiscuous mode not turning off

 drivers/net/ethernet/intel/ice/ice.h          |   2 -
 drivers/net/ethernet/intel/ice/ice_eswitch.c  |   8 +-
 drivers/net/ethernet/intel/ice/ice_ethtool.c  |   2 +-
 drivers/net/ethernet/intel/ice/ice_lib.c      |  67 ++++-----
 drivers/net/ethernet/intel/ice/ice_lib.h      |   9 +-
 drivers/net/ethernet/intel/ice/ice_main.c     |  14 +-
 drivers/net/ethernet/intel/ice/ice_switch.c   | 135 +++++++++---------
 drivers/net/ethernet/intel/ice/ice_switch.h   |   6 +-
 drivers/net/ethernet/intel/ice/ice_type.h     |   4 -
 drivers/net/ethernet/intel/ice/ice_vf_lib.c   |  89 +++++++++---
 drivers/net/ethernet/intel/ice/ice_vf_lib.h   |   7 +-
 drivers/net/ethernet/intel/ice/ice_virtchnl.c |  51 +++----
 12 files changed, 216 insertions(+), 178 deletions(-)

-- 
2.27.0

_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-22 10:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 13:12 [Intel-wired-lan] [PATCH net v3 0/2] Improvements for default VSI filter handling Michal Wilczynski
2022-07-04 13:12 ` [Intel-wired-lan] [PATCH net v3 1/2] ice: Introduce enabling promiscuous mode on multiple VF's Michal Wilczynski
2022-07-22 10:27   ` Szlosek, Marek
2022-07-04 13:12 ` [Intel-wired-lan] [PATCH net v3 2/2] ice: Fix promiscuous mode not turning off Michal Wilczynski
2022-07-22 10:29   ` Szlosek, Marek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.