net/mlx5: separate Rx function implementations to new file
authorMichael Baum <michaelba@nvidia.com>
Mon, 12 Apr 2021 06:32:21 +0000 (06:32 +0000)
committerRaslan Darawsheh <rasland@nvidia.com>
Thu, 15 Apr 2021 06:24:51 +0000 (08:24 +0200)
commita96102c8698aa61dcb72d392a6c844323b8286a5
tree9b63a4af0149d2b4dfe31c5c6731bafc4be34eab
parent151cbe3aabf9e1a71e02827e5e1ff0814275019a
net/mlx5: separate Rx function implementations to new file

This patch separates Rx function implementations to different source
file as an optional preparation step for further consolidation of Rx
burst functions.

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