Re: [dpdk-dev] [PATCH] net/mlx5: fix legacy non-inline multi-packet performance

2019-11-27 Thread Thomas Monjalon
27/11/2019 14:53, Matan Azrad: > From: Viacheslav Ovsiienko > > The legacy multi-packet write is the feature allowing to put multiple > > packets > > into one transmitting descriptor, this feature is supported by only NIC > > ConnectX-4LX. > > The number of packets should be limited to provide op

Re: [dpdk-dev] [PATCH] net/mlx5: fix legacy non-inline multi-packet performance

2019-11-27 Thread Matan Azrad
From: Viacheslav Ovsiienko > The legacy multi-packet write is the feature allowing to put multiple packets > into one transmitting descriptor, this feature is supported by only NIC > ConnectX-4LX. > The number of packets should be limited to provide optimal size descriptor > and better performa

[dpdk-dev] [PATCH] net/mlx5: fix legacy non-inline multi-packet performance

2019-11-27 Thread Viacheslav Ovsiienko
The legacy multi-packet write is the feature allowing to put multiple packets into one transmitting descriptor, this feature is supported by only NIC ConnectX-4LX. The number of packets should be limited to provide optimal size descriptor and better performance. Fixes: 18a1c20044c0 ("net/mlx5: imp