Re: [dpdk-dev] [PATCH v2] net/ice: fix flow validation fail issue

2019-07-11 Thread Ye Xiaolong
Hi, qiming On 07/12, Qiming Yang wrote: >The return value of function ice_flow_valid_attr should >be non-zero. This patch fixed this issue. > Minor nit about the title, 'issue' is never needed after word 'fix', what about net/ice: fix flow validation failure ? And for the commit log, it's uncle

[dpdk-dev] [PATCH v2] net/ice: fix flow validation fail issue

2019-07-11 Thread Qiming Yang
The return value of function ice_flow_valid_attr should be non-zero. This patch fixed this issue. Fixes: d76116a4678f ("net/ice: add generic flow API") Cc: sta...@dpdk.org Signed-off-by: Qiming Yang --- drivers/net/ice/ice_generic_flow.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)