Adrien Mazarguil 3ee8444608 mlx5: support scattered Rx and Tx
A dedicated RX callback is added to handle scattered buffers. For better
performance, it is only used when jumbo frames are enabled and MTU is larger
than a single mbuf.

On the TX path, scattered buffers are also handled in a separate function.
When there are more than MLX5_PMD_SGE_WR_N segments in a given mbuf, the
remaining segments are linearized in the last SGE entry.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
2015-10-30 22:23:00 +01:00
..
2015-10-20 17:59:19 +02:00
2015-08-03 17:39:11 +02:00
2015-10-20 18:49:18 +02:00
2015-10-29 19:08:38 +01:00
2015-10-30 18:34:37 +01:00
2015-10-29 23:47:44 +01:00
2015-10-30 17:00:37 +01:00
2015-10-30 22:23:00 +01:00
2015-09-03 19:22:48 +02:00
2015-10-30 17:57:04 +01:00