Re: [dpdk-dev] [PATCH v2 0/6] net/mlx5: reduce Tx datapath compile time

2021-04-14 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Monday, April 12, 2021 9:32 AM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko > Subject: [PATCH v2 0/6] net/mlx5: reduce Tx datapath compile time > > The mlx5_rxtx.c file contains a lot of Tx burst functi

[dpdk-dev] [PATCH v2 0/6] net/mlx5: reduce Tx datapath compile time

2021-04-11 Thread Michael Baum
The mlx5_rxtx.c file contains a lot of Tx burst functions, each of those is performance-optimized for the specific set of requested offloads. These ones are generated on the basis of the template function and it takes significant time to compile, just due to a large number of giant functions gen