Re: [dpdk-dev] [PATCH 2/6] net/mlx5: separate Rx 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 2/6] net/mlx5: separate Rx function implementations to > new file > > This patch separates Rx function implementatio

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

2021-04-05 Thread Michael Baum
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 --- drivers/net/mlx5/meson.build |1 + drivers/net/mlx5/mlx5_rx.c | 1203 ++