[dpdk-dev] [PATCH 6/6] net/mlx5: separate Tx burst functions to different files

2021-04-05 Thread Michael Baum
This patch separates Tx burst function implementations to different source files, thus allowing them to compile in parallel. Signed-off-by: Michael Baum --- drivers/net/mlx5/meson.build | 4 + drivers/net/mlx5/mlx5_rxtx.c | 201 --- drivers/net/mlx5/

Re: [dpdk-dev] [PATCH 6/6] net/mlx5: separate Tx burst functions to different files

2021-04-06 Thread Slava Ovsiienko
> -Original Message- > From: Michael Baum > Sent: Monday, April 5, 2021 17:01 > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko > Subject: [PATCH 6/6] net/mlx5: separate Tx burst functions to different files > > This patch separates Tx burst function implementat