Re: [dpdk-dev] [dpdk-dev 04/12] net/ice: add FDIR create and destroy

2019-09-07 Thread Ye Xiaolong
On 09/06, Yahui Cao wrote: >Add ice_create_fdir_filter to create a rule. If a flow is matched by >flow director filter, filter rule will be set to HW. Only basic pattern >and queue/passthru/drop are supported. Only basic patterns and queue/passthru/drop actions are supported? > >Add ice_destroy_f

[dpdk-dev] [dpdk-dev 04/12] net/ice: add FDIR create and destroy

2019-09-05 Thread Yahui Cao
Add ice_create_fdir_filter to create a rule. If a flow is matched by flow director filter, filter rule will be set to HW. Only basic pattern and queue/passthru/drop are supported. Add ice_destroy_fdir_filter to destroy a rule. If a flow is created before, filter rule will be removed from HW. Sign