Re: [dpdk-dev] [PATCH 2/2] net/bnxt: fix check for null spec and mask

2019-11-19 Thread Ajit Khaparde
On Tue, Nov 19, 2019 at 8:29 PM Ajit Khaparde wrote: > bnxt_validate_and_parse_flow_type already has protocol specific NULL > checks for rte_flow_item spec and mask and take actions accordingly. > A check at the top of the loop is redundant and is preventing the > protocol specific checks from be

[dpdk-dev] [PATCH 2/2] net/bnxt: fix check for null spec and mask

2019-11-19 Thread Ajit Khaparde
bnxt_validate_and_parse_flow_type already has protocol specific NULL checks for rte_flow_item spec and mask and take actions accordingly. A check at the top of the loop is redundant and is preventing the protocol specific checks from being executed. Fixes: b7e01f386059 ("net/bnxt: handle cleanup i