igb: use generic filter control for ethertype filter
authorJingjing Wu <jingjing.wu@intel.com>
Mon, 12 Jan 2015 07:16:11 +0000 (15:16 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 20 Jan 2015 08:14:53 +0000 (09:14 +0100)
commitdd5c2dd7e5e5485c79630ce181972d4ed66ef3c9
tree1743d43c70f6d39f9bc1ac57b1523167a21a5fa6
parent8e3e06501660d09103bdbdff61c55d2f5ffdf433
igb: use generic filter control for ethertype filter

This patch removes old functions which deal with ethertype filter in igb driver.
It also defines eth_igb_filter_ctrl which is binding to filter_ctrl API,
and ethertype filter can be dealt with through this new entrance.

Signed-off-by: Jingjing Wu <jingjing.wu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
lib/librte_pmd_e1000/e1000_ethdev.h
lib/librte_pmd_e1000/igb_ethdev.c