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

2023-11-28 Thread Ori Kam
Hi Joey, > -Original Message- > From: Sunyang Wu > Sent: Friday, November 24, 2023 5:31 AM > To: dev@dpdk.org > Cc: Ori Kam ; sta...@dpdk.org; Joey Xing > > Subject: [PATCH] lib/ethdev: modified the definition of 'NVGRE_ENCAP' > > Fix the issue of

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

2023-11-27 Thread Ferruh Yigit
On 11/24/2023 1:36 PM, David Marchand wrote: > On Fri, Nov 24, 2023 at 4:31 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: c2beb1d ("ethdev: add missing items/actions to flow objec

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

2023-11-24 Thread David Marchand
On Fri, Nov 24, 2023 at 4:31 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: c2beb1d ("ethdev: add missing items/actions to flow object converter") > Fixes: 3850cf0 ("ethdev: add tunnel

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

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