DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [RFC v1] net/mlx5: support new completion field for Multi-Packet RQ
@ 2018-06-08  0:39 Yongseok Koh
  0 siblings, 0 replies; only message in thread
From: Yongseok Koh @ 2018-06-08  0:39 UTC (permalink / raw)
  To: Nélio Laranjeiro, Adrien Mazarguil; +Cc: Shahaf Shuler, dev

Multi-Packet Receive Queue is to receive multiple packets on a single large
buffer. As it is supposed to have Rx CQEs in order from HW,
'consumed_stride' in CQE is accumulated to keep track of the current stride
index. However, it is safer to directly use 'stride_idx' in CQE to avoid
out-of-order situation which can possibly be caused by introducing new
features in the future.

If Rx CQE compression is enabled, HW can be configured to store the
'stride_idx' in a mini-CQE but this will need newer version of
library/driver along with firmware changes.

Signed-off-by: Yongseok Koh <yskoh@mellanox.com>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-06-08  0:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-08  0:39 [dpdk-dev] [RFC v1] net/mlx5: support new completion field for Multi-Packet RQ Yongseok Koh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).