[dpdk-dev] [PATCH v2 1/5] net/mlx5: change indexing for Tx SW ring

Nélio Laranjeiro nelio.laranjeiro at 6wind.com
Mon Jul 3 15:48:51 CEST 2017


On Fri, Jun 30, 2017 at 12:23:29PM -0700, Yongseok Koh wrote:
> For Tx SW ring (txq->elts[]), indexes are kept and used in
> txq->elts_head/tail. Because of this, one entry must always be left unused
> and it also makes code complex. Changed to store counters instead of
> indexes in order to make the code simpler and to reduce a few calculations.
> 
> Signed-off-by: Yongseok Koh <yskoh at mellanox.com>
> ---

Already acked in V1, please keep the ack in the unchanged commits.

Acked-by: Nelio Laranjeiro <nelio.laranjeiro at 6wind.com>

-- 
Nélio Laranjeiro
6WIND


More information about the dev mailing list