All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] net/mlx5: performance improvement
@ 2016-09-07  7:09 Nelio Laranjeiro
  2016-09-07  7:09 ` [PATCH 1/6] net/mlx5: rework hardware structures Nelio Laranjeiro
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Nelio Laranjeiro @ 2016-09-07  7:09 UTC (permalink / raw)
  To: dev

 - Rework structure elements to reduce their size.
 - Removes a second useless loop in Tx burst function.

This series should be applied on top of "net/mlx5: various fixes".

Nelio Laranjeiro (6):
  net/mlx5: rework hardware structures
  net/mlx5: reduce Tx and Rx structure size
  net/mlx5: reduce Tx and Rx structure size
  net/mlx5: reduce Tx structure size
  net/mlx5: reduce Tx and Rx structure size
  net/mlx5: remove gather loop on segments

 drivers/net/mlx5/mlx5_ethdev.c |   4 +-
 drivers/net/mlx5/mlx5_prm.h    |  70 ++-----
 drivers/net/mlx5/mlx5_rxq.c    |  12 +-
 drivers/net/mlx5/mlx5_rxtx.c   | 458 +++++++++++++++++++++--------------------
 drivers/net/mlx5/mlx5_rxtx.h   |  22 +-
 drivers/net/mlx5/mlx5_txq.c    |  18 +-
 6 files changed, 285 insertions(+), 299 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2016-09-21 10:22 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-07  7:09 [PATCH 0/6] net/mlx5: performance improvement Nelio Laranjeiro
2016-09-07  7:09 ` [PATCH 1/6] net/mlx5: rework hardware structures Nelio Laranjeiro
2016-09-07  7:09 ` [PATCH 2/6] net/mlx5: reduce Tx and Rx structure size Nelio Laranjeiro
2016-09-07  7:09 ` [PATCH 3/6] " Nelio Laranjeiro
2016-09-07  7:09 ` [PATCH 4/6] net/mlx5: reduce Tx " Nelio Laranjeiro
2016-09-07  7:09 ` [PATCH 5/6] net/mlx5: reduce Tx and Rx " Nelio Laranjeiro
2016-09-07  7:09 ` [PATCH 6/6] net/mlx5: remove gather loop on segments Nelio Laranjeiro
2016-09-14 12:18 ` [PATCH v2 0/6] net/mlx5: performance improvement Nelio Laranjeiro
2016-09-14 12:18   ` [PATCH v2 1/6] net/mlx5: rework hardware structures Nelio Laranjeiro
2016-09-19 16:14     ` Bruce Richardson
2016-09-20  7:09       ` Nélio Laranjeiro
2016-09-14 12:18   ` [PATCH v2 2/6] net/mlx5: reduce Tx and Rx structure size Nelio Laranjeiro
2016-09-14 12:18   ` [PATCH v2 3/6] " Nelio Laranjeiro
2016-09-14 12:18   ` [PATCH v2 4/6] net/mlx5: reduce Tx " Nelio Laranjeiro
2016-09-14 12:18   ` [PATCH v2 5/6] net/mlx5: reduce Tx and Rx " Nelio Laranjeiro
2016-09-14 12:18   ` [PATCH v2 6/6] net/mlx5: remove gather loop on segments Nelio Laranjeiro
2016-09-19 16:17   ` [PATCH v2 0/6] net/mlx5: performance improvement Bruce Richardson
2016-09-20  7:25     ` Nélio Laranjeiro
2016-09-20  8:53   ` [PATCH v3 " Nelio Laranjeiro
2016-09-20  8:53     ` [PATCH v3 1/6] net/mlx5: rework hardware structures Nelio Laranjeiro
2016-09-20  8:53     ` [PATCH v3 2/6] net/mlx5: reduce memory overhead of Rx/Tx descriptors Nelio Laranjeiro
2016-09-20  8:53     ` [PATCH v3 3/6] net/mlx5: reduce memory overhead for CQE handling Nelio Laranjeiro
2016-09-20  8:53     ` [PATCH v3 4/6] net/mlx5: reduce memory overhead for BF handling Nelio Laranjeiro
2016-09-20  8:53     ` [PATCH v3 5/6] net/mlx5: reduce memory overhead for WQE handling Nelio Laranjeiro
2016-09-20  8:53     ` [PATCH v3 6/6] net/mlx5: remove gather loop on segments Nelio Laranjeiro
2016-09-21 10:22     ` [PATCH v3 0/6] net/mlx5: performance improvement Bruce Richardson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.