Re: [dpdk-dev] [PATCH v2] net/mlx5: fix modify actions support limitation

2020-01-19 Thread Raslan Darawsheh
Hi Bing, I see that your patch is causing some build failure on aarch64 with meson build. -c ../../root/dpdk/drivers/net/mlx5/mlx5_flow_dv.c ../../root/dpdk/drivers/net/mlx5/mlx5_flow_dv.c: In function '__flow_dv_translate': ../../root/dpdk/drivers/net/mlx5/mlx5_flow_dv.c:7339:48: error: passing

Re: [dpdk-dev] [PATCH v2] net/mlx5: fix modify actions support limitation

2020-01-16 Thread Ori Kam
> -Original Message- > From: Bing Zhao > Sent: Sunday, January 12, 2020 5:57 PM > To: Ori Kam ; Slava Ovsiienko > ; Raslan Darawsheh ; > Matan Azrad > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: [PATCH v2] net/mlx5: fix modify actions support limitation > > In the root table, there i

[dpdk-dev] [PATCH v2] net/mlx5: fix modify actions support limitation

2020-01-12 Thread Bing Zhao
In the root table, there is some limitation of total number of header modify actions, 16 or 8 for each. But in other tables, there is no such strict limitation. In an IPv6 case, the IP fields modifying will occupy more actions than that in IPv4, so the total support number should be increased in or