[dpdk-dev] [PATCH v3] net/iavf: fix FDIR configure

2021-03-24 Thread Jeff Guo
The configure of TCP/UDP flow item should not affect other flow configure which not include L4 layer. Fix and clean the protocol header refinement function. Fixes: 61abc5f611a0 ("net/iavf: support TCP/UDP flow item without input set") Signed-off-by: Jeff Guo --- v3: fix some coding error --- dr

[dpdk-dev] [PATCH v3] net/iavf: fix FDIR configure

2021-03-24 Thread Jeff Guo
The configure of TCP/UDP flow item should not affact other flow configure which not include L4 layer. Fix and clean the protocol header refinement function. Fixes: 61abc5f611a0 ("net/iavf: support TCP/UDP flow item without input set") Signed-off-by: Jeff Guo --- v3: fix some coding error --- dr