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

2021-04-11 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 Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx5/meson.build |1 + drivers/net/mlx5/mlx5_rx.c | 1203 ++

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

2021-04-16 Thread Ferruh Yigit
On 4/12/2021 7:32 AM, Michael Baum wrote: 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 Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx5/meson.build |