commit | 23b7b511675669702ad32bf7f92dcf2ae05015ba | [log] [tgz] |
---|---|---|
author | Andre Guedes <andre.guedes@intel.com> | Wed Mar 18 16:00:52 2020 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sun Apr 19 11:40:56 2020 -0700 |
tree | a7a17726f6dac55668c453651166135811e40efe | |
parent | 0c2e060859aa1cb8b13376554d802a251f750fa9 [diff] |
igc: Check unsupported flag in igc_add_mac_filter() The IGC_MAC_STATE_SRC_ADDR flags is not supported by igc_add_mac_ filter() so this patch adds a check for it and returns -ENOTSUPP in case it is set. Signed-off-by: Andre Guedes <andre.guedes@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>