DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] e1000: modify mac type checking before flex filter is programmed
@ 2015-03-26  4:53 Jingjing Wu
  2015-03-26  5:08 ` Liu, Yong
  2015-03-26  7:50 ` Thomas Monjalon
  0 siblings, 2 replies; 5+ messages in thread
From: Jingjing Wu @ 2015-03-26  4:53 UTC (permalink / raw)
  To: dev

This patch changes MAC_TYPE_FILTER_SUP to MAC_TYPE_FILTER_SUP_EXT in
flex filter handling function. It will remove NIC 82576 from flex filter
support.

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
---
 lib/librte_pmd_e1000/igb_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_pmd_e1000/igb_ethdev.c b/lib/librte_pmd_e1000/igb_ethdev.c
index 49843c1..79ad267 100644
--- a/lib/librte_pmd_e1000/igb_ethdev.c
+++ b/lib/librte_pmd_e1000/igb_ethdev.c
@@ -2908,7 +2908,7 @@ eth_igb_flex_filter_handle(struct rte_eth_dev *dev,
 	struct rte_eth_flex_filter *filter;
 	int ret = 0;
 
-	MAC_TYPE_FILTER_SUP(hw->mac.type);
+	MAC_TYPE_FILTER_SUP_EXT(hw->mac.type);
 
 	if (filter_op == RTE_ETH_FILTER_NOP)
 		return ret;
-- 
1.9.3

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-03-27 10:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-26  4:53 [dpdk-dev] [PATCH] e1000: modify mac type checking before flex filter is programmed Jingjing Wu
2015-03-26  5:08 ` Liu, Yong
2015-03-27 10:32   ` Thomas Monjalon
2015-03-26  7:50 ` Thomas Monjalon
2015-03-26 16:08   ` Wu, Jingjing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).