diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2016-12-07 14:05:34 -0800 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2017-02-02 22:36:38 -0800 |
commit | f94484b7584765eebded5d7bfdeb0b2c7b1caf51 (patch) | |
tree | 2e0a03f3a6b1f150aafaec2ccad8d38109a54f2b /include/dt-bindings/reset/amlogic,meson8b-reset.h | |
parent | 8fe809a992639b2013c0d8da2ba55cdea28a959a (diff) |
i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1
Now that we have the separate i40e_(add|rm)_vlan_all_mac functions, we
should not be using the i40e_vsi_kill_vlan or i40e_vsi_add_vlan
functions when PVID is set or when VID is less than 1. This allows us to
remove some checks in i40e_vsi_add_vlan and ensures that callers which
need to handle VID=0 or VID=-1 don't accidentally invoke the VLAN mode
handling used to convert filters when entering VLAN mode. We also update
the functions to take u16 instead of s16 as well since they no longer
expect to be called with VID=I40E_VLAN_ANY.
Change-ID: Ibddf44a8bb840dde8ceef2a4fdb92fd953b05a57
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'include/dt-bindings/reset/amlogic,meson8b-reset.h')
0 files changed, 0 insertions, 0 deletions