Re: [PATCH v2] lib/ethdev: modified the definition of 'NVGRE_ENCAP'

2023-11-30 Thread Ferruh Yigit
On 11/30/2023 6:22 AM, Sunyang Wu wrote: > Fix the issue of incorrect definition of 'NVGRE_ENCAP', and > modified the error comments of 'rte_flow_action_nvgre_encap'. > > Fixes: c2beb1d469d2 ("ethdev: add missing items/actions to flow object > converter") > Fixes: 3850cf0c8c37 ("ethdev: add tunnel

[PATCH v2] lib/ethdev: modified the definition of 'NVGRE_ENCAP'

2023-11-29 Thread Sunyang Wu
Fix the issue of incorrect definition of 'NVGRE_ENCAP', and modified the error comments of 'rte_flow_action_nvgre_encap'. Fixes: c2beb1d469d2 ("ethdev: add missing items/actions to flow object converter") Fixes: 3850cf0c8c37 ("ethdev: add tunnel encap/decap actions") Cc: sta...@dpdk.org Signed-of