Re: [dpdk-dev] [PATCH 4/4] net/mlx5: add multi-segment packets in MPRQ mode

2020-04-02 Thread Slava Ovsiienko
> -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, April 1, 2020 0:53 > To: dev@dpdk.org > Cc: Raslan Darawsheh ; Matan Azrad > ; Slava Ovsiienko ; > ferruh.yi...@intel.com; Thomas Monjalon > Subject: [PATCH 4/4] net/mlx5: add multi-segment packets in MPRQ mode > > The mul

[dpdk-dev] [PATCH 4/4] net/mlx5: add multi-segment packets in MPRQ mode

2020-03-31 Thread Alexander Kozyrev
The multi-stride operations now allow to reduce a stride size while supporting Jumbo frames. That means that it is possible to have mbufs configured with a size smaller than the whole packet received. It is not an issue during normal MPRQ operations since we attach external buffers instead of copyi