net/mlx5: separate Tx burst template to header file
authorMichael Baum <michaelba@nvidia.com>
Mon, 12 Apr 2021 06:32:23 +0000 (06:32 +0000)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 15 Apr 2021 06:24:55 +0000 (08:24 +0200)
commit256fb0e38a85314b0a1f12c4b5cd58880d5965e0
tree4113c3f8ea3d0dd9a9793a338127a8643392cad7
parent377b69fb50729625eb4eb91bab907d23111d6bd5
net/mlx5: separate Tx burst template to header file

This patch moves Tx burst and its inline functions declarations to
header file to allow its use from several separate source files and as a
possible preparation for Tx cleanup.

Signed-off-by: Michael Baum <michaelba@nvidia.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
drivers/net/mlx5/mlx5_rxtx.c
drivers/net/mlx5/mlx5_tx.h