2014-10-20 13:40, Jingjing Wu: > new filter APIs definition in ethdev > define filter_ctrl ops in i40e driver > > v2 changes: > remove OP from the name of filter opeartions > add API implementation in i40e. > correct comments > > Jingjing Wu (2): > librte_ether: new filter APIs definition > i40e: define filter_ctrl ops in i40e driver
As Bruce suggested, RTE_ETH_FILTER_NOP is simpler than RTE_ETH_FILTER_OP_NONE. And I think RTE_ETH_FILTER_GET_INFO could be RTE_ETH_FILTER_INFO. Last comment: filtering features (fdir, hash) should not be defined at this stage. I know that we want this patch integrated with high priority, so I made the above changes by myself. Hope you'll agree. Acked-by: Thomas Monjalon <thomas.monjalon at 6wind.com> Applied Thank you for your patience -- Thomas