net/mlx5: separate Tx burst functions to different files
authorMichael Baum <michaelba@nvidia.com>
Mon, 12 Apr 2021 06:32:25 +0000 (06:32 +0000)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 15 Apr 2021 06:24:59 +0000 (08:24 +0200)
commit4ac9ad07bdec221e698e277367d4ff54369cb946
treecc0d5a274bad37c6ff0862b4e4a0b75b353adb09
parent79a876e3c4ef2cafd8f20d37f94732a9bbc54d17
net/mlx5: separate Tx burst functions to different files

This patch separates Tx burst function implementations to different
source files, thus allowing them to compile in parallel.

Signed-off-by: Michael Baum <michaelba@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
drivers/net/mlx5/meson.build
drivers/net/mlx5/mlx5_rxtx.c
drivers/net/mlx5/mlx5_tx.h
drivers/net/mlx5/mlx5_tx_empw.c [new file with mode: 0644]
drivers/net/mlx5/mlx5_tx_mpw.c [new file with mode: 0644]
drivers/net/mlx5/mlx5_tx_nompw.c [new file with mode: 0644]
drivers/net/mlx5/mlx5_tx_txpp.c [new file with mode: 0644]