Re: [dpdk-dev] [PATCH] net/ice: fix flow director

2019-10-29 Thread Ye Xiaolong
On 10/30, Ying Wang wrote: >Flow director rule can't be created when the flow table is nearly full. >The patch fixed this issue to enable created flows reaching the maximum >number. > >Fixes: 1a2fc1799f09 ("net/ice: reject duplicated flow for flow director") > >Signed-off-by: Ying Wang >--- > driv

[dpdk-dev] [PATCH] net/ice: fix flow director

2019-10-29 Thread Ying Wang
Flow director rule can't be created when the flow table is nearly full. The patch fixed this issue to enable created flows reaching the maximum number. Fixes: 1a2fc1799f09 ("net/ice: reject duplicated flow for flow director") Signed-off-by: Ying Wang --- drivers/net/ice/ice_fdir_filter.c | 1 +