net/ixgbe: fix filters adding MAC type check
All kinds of filter need to hardware mac type check
to make sure the hardware support that type of filter.
If not, it may cause serious issue.
Fixes:
11777435c727 ("net/ixgbe: parse flow director filter")
Fixes:
672be56d76a2 ("net/ixgbe: parse n-tuple filter")
Fixes:
eb3539fc8550 ("net/ixgbe: parse ethertype filter")
Fixes:
429f6ebb42cc ("net/ixgbe: parse TCP SYN filter")
Cc: stable@dpdk.org
Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>