On 2025/5/27 4:53, Stephen Hemminger wrote:
> On Fri, 23 May 2025 10:55:55 +0800
> Dengdui Huang <huangdeng...@huawei.com> wrote:
>
>> After parsing the GTP packet header, the next protocol type should
>> be converted from RTE_GTP_TYPE_IPV4/IPV6 to RTE_ETHER_TYPE_IPV4/IPV6.
>> Otherwise, the next protocol cannot be parsed.
>>
>> Bugzilla ID: 1672
>> Fixes: 64ed7f854cf4 ("net: add tunnel packet type parsing")
>> Cc: sta...@dpdk.org
>>
>> Signed-off-by: Dengdui Huang <huangdeng...@huawei.com>
>> Acked-by: Jie Hai <haij...@huawei.com>
>
> Looks good but there are failures in CI test of hardware L4 checksum.
> Please fix (or rerun the test).
>
OK, thank you for your review.
I should not push these three patches together because they address different
issues.
I will push this patch separately, and the other two patches will be pushed as
a new patchset.