RE: [dpdk-dev] [PATCH] net/mlx5: fix empty err msg in mlx5_flow_tunnel_validate

2022-05-30 Thread Slava Ovsiienko
> To: Gregory Etelson > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: fix empty err msg in > mlx5_flow_tunnel_validate > > From: wenxu > > If the mlx5_flow_tunnel_validate validate the flow tunnel rule failed, the > err_msg is empty in the rte_flow_error. >

Re: [dpdk-dev] [PATCH] net/mlx5: fix empty err msg in mlx5_flow_tunnel_validate

2021-09-22 Thread Thomas Monjalon
Hi, > Signed-off-by: wenxu Please could capitalize your name? Should it be split in 2 words? Convention in DPDK is to have first name first and family name at the end. Thanks

Re: [dpdk-dev] [PATCH] net/mlx5: fix empty err msg in mlx5_flow_tunnel_validate

2021-09-21 Thread Slava Ovsiienko
empty string "". Patch looks OK for me, could you, please fix commit message typos and send v2? With best regards, Slava > -Original Message- > From: dev On Behalf Of we...@ucloud.cn > Sent: Monday, August 9, 2021 8:44 > To: Gregory Etelson > Cc: dev@dpdk.

[dpdk-dev] [PATCH] net/mlx5: fix empty err msg in mlx5_flow_tunnel_validate

2021-08-08 Thread wenxu
From: wenxu If the mlx5_flow_tunnel_validate validate the flow tunnel rule failed, the err_msg is empty in the rte_flow_error. Fixes: 4ec6360de37d ("net/mlx5: implement tunnel offload") Signed-off-by: wenxu --- drivers/net/mlx5/mlx5_flow.c | 43 --- 1 f