net/qede: enable VF-VF traffic with unmatched dest address
authorSony Chacko <sony.chacko@qlogic.com>
Thu, 16 Jun 2016 05:47:10 +0000 (22:47 -0700)
committerBruce Richardson <bruce.richardson@intel.com>
Thu, 23 Jun 2016 15:47:18 +0000 (17:47 +0200)
commit40e9f6fc1558aa2c57c074c53065e3399edafe87
treeb4af400d81c4d5bbbca3b720582679ddd4596481
parent2af14ca79c0a670c8a6ad139c8e3fdbc9aa68827
net/qede: enable VF-VF traffic with unmatched dest address

This patch enables VF to VF traffic with unmatched destination addresses.
The steps to enable this are:
- Enable promiscuous mode filter settings.
- Check for VF mode and enable promiscuous mode settings for VF.
- Check filter configuration to ensure conflicting filter modes
are not set.

Signed-off-by: Sony Chacko <sony.chacko@qlogic.com>
drivers/net/qede/base/ecore_l2.c
drivers/net/qede/qede_eth_if.c