> -Original Message-
> From: Kaiwen Deng
> Sent: Friday, November 24, 2023 3:01 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Yang, Qiming ; Zhou, YidingX
> ; Deng, KaiwenX ; Zhang,
> Yuying ; Xing, Beilei ; Wu,
> Jingjing
> Subject: [PATCH] net/i40e: remove
if (eth_spec && eth_mask &&
next_type == RTE_FLOW_ITEM_TYPE_END) {
...
if (next_type == RTE_FLOW_ITEM_TYPE_VLAN || ...) {
...
}
...
}
Clearly, that condition in the inner "if" is always "false".
This commit will remove the redundant j
2 matches
Mail list logo