Re: [dpdk-dev] [PATCH 5/6] net/mlx5: separate Tx function implementations to new file

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 5/6] net/mlx5: separate Tx function implementations to > new file > > This patch separates Tx function implementatio

[dpdk-dev] [PATCH 5/6] net/mlx5: separate Tx function implementations to new file

2021-04-05 Thread Michael Baum
This patch separates Tx function implementations to different source file as an optional preparation step for Tx cleanup. Signed-off-by: Michael Baum --- drivers/net/mlx5/meson.build | 1 + drivers/net/mlx5/mlx5_rxtx.c | 757 - drivers/net/mlx5/mlx5_tx.c