[dpdk-dev] [PATCH] net/mlx5: fix multi-segment inline for the first segment

2021-06-22 Thread Viacheslav Ovsiienko
If the first segment in the multi-segment packet is short and below the inline threshold it should be inline into the WQE to improve the performance. For example, the T-Rex traffic generator might use small leading segments to handle packet headers and performance was affected. Fixes: cacb44a09962

Re: [dpdk-dev] [PATCH] net/mlx5: fix multi-segment inline for the first segment

2021-06-30 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Slava Ovsiienko > Sent: Tuesday, June 22, 2021 7:41 PM > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; Ali Alnubani ; sta...@dpdk.org > Subject: [PATCH] net/mlx5: fix multi-segment inline for the first segment > > If the first segment in the m