net/mlx5: separate Tx function implementations to new file
authorMichael Baum <michaelba@nvidia.com>
Mon, 12 Apr 2021 06:32:24 +0000 (06:32 +0000)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 15 Apr 2021 06:24:58 +0000 (08:24 +0200)
commit79a876e3c4ef2cafd8f20d37f94732a9bbc54d17
tree09f53f12f01535d0a4387cb096217ebc744f4aa4
parent256fb0e38a85314b0a1f12c4b5cd58880d5965e0
net/mlx5: separate Tx function implementations to new file

This patch separates Tx function implementations to different source
file as an optional preparation step for Tx cleanup.

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.c [new file with mode: 0644]
drivers/net/mlx5/mlx5_tx.h
drivers/net/mlx5/mlx5_txq.c