Re: [dpdk-dev] [PATCH v4 3/8] net/ice: add FDIR create and destroy

2019-09-27 Thread Ferruh Yigit
On 9/27/2019 6:04 PM, 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. For now common > pattern and queue/passthru/drop/mark actions are supported. > > Signed-off-by: Yahui Cao Off the topic. This is t

[dpdk-dev] [PATCH v4 3/8] net/ice: add FDIR create and destroy

2019-09-27 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. For now common pattern and queue/passthru/drop/mark actions are supported. Signed-off-by: Yahui Cao --- doc/guides/rel_notes/release_19_11.rst | 1 + drivers/net/ice/ice_et