From: Hiroshi Shimamoto <h-shimam...@ct.jp.nec.com> Make PF returns error against VF multicast promiscuous mode request from untrusted VF, and VF handles that error. To reconfigure, PF send reset to VF when trust status is changed.
This patchset is against the latest Jeff's tree which contains my VF multicast promiscuous mode patches. Hiroshi Shimamoto (3): ixgbevf: refactor ixgbevf_update_mc_addr_list_vf ixgbe, ixgbevf: error MC promisc unless trusted ixgbe: ping to reset on changing trust status drivers/net/ethernet/intel/ixgbe/ixgbe_sriov.c | 32 ++++++++++++------ drivers/net/ethernet/intel/ixgbevf/vf.c | 46 +++++++++++++++++++------- 2 files changed, 55 insertions(+), 23 deletions(-) -- 1.8.3.1