igb: fix flex filter check for unsupported 82576
authorJingjing Wu <jingjing.wu@intel.com>
Thu, 26 Mar 2015 04:53:21 +0000 (12:53 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 26 Mar 2015 21:27:51 +0000 (22:27 +0100)
commit8f6b95f6ac682492bc08a8afae87ca3f2a4946d7
treecbfba72d880acdc8da7f6c6ad3e942f40054e0c0
parent14b53e27b30ebda5740d7a3a12d5d696aeaeb04b
igb: fix flex filter check for unsupported 82576

Flex filter is currently not supported for NIC 82576.
Only i350 and 82580 support it.
So The MAC_TYPE_FILTER_SUP_EXT is used to check whether the MAC type is
i350 or 82580.

Fixes: 231d43909a31 ("igb: migrate flex filter to new API")

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Marvin Liu <yong.liu@intel.com>
lib/librte_pmd_e1000/igb_ethdev.c