]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: Use correct flag to enable egress traffic for unicast promisc
authorAkeem G Abodunrin <akeem.g.abodunrin@intel.com>
Wed, 12 Jul 2017 09:46:10 +0000 (05:46 -0400)
committerJack Vogel <jack.vogel@oracle.com>
Tue, 10 Oct 2017 21:15:25 +0000 (14:15 -0700)
commita19e53b71fb27c69dd8b2b07c27cd8970cc94ba6
tree5a766d34aeab7456a7089aecfd5f5bdd0ae5b735
parent46694d324a628c39f2af2dc17d782c4fd582d872
i40e: Use correct flag to enable egress traffic for unicast promisc

Albeit, we usually set true promiscuous mode for both multicast and
unicast at the same time - however, it is possible to set it
individually, so using allmulti flag which is only for allmulticast might
caused unwanted behavior in mirroring egress traffic promiscuous for
unicast in VF.

Signed-off-by: Akeem G Abodunrin <akeem.g.abodunrin@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Orabug: 26785018
(cherry picked from commit e53b382f3a207690fc0411a3b39fbd21d7470cfc)
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
Reviewed-by: Kyle Fortin <kyle.fortin@oracle.com>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c