mbox series

[0/5] net/mlx5: add Rx buffer split support

Message ID 1603381371-5360-1-git-send-email-viacheslavo@nvidia.com (mailing list archive)
Headers
Series net/mlx5: add Rx buffer split support |

Message

Slava Ovsiienko Oct. 22, 2020, 3:42 p.m. UTC
  This patch adds to PMD the functionality for the receiving
buffer split feasture [1]

[1] http://patches.dpdk.org/patch/81154/

Signed-off-by: Viacheslav Ovsiienko <viacheslavo@nvidia.com>

---

Viacheslav Ovsiienko (5):
  net/mlx5: add extended Rx queue setup routine
  net/mlx5: configure Rx queue to support split
  net/mlx5: register multiple pool for Rx queue
  net/mlx5: update Rx datapath to support split
  net/mlx5: report Rx segmentation capabilies

 drivers/net/mlx5/mlx5.h         |   3 +
 drivers/net/mlx5/mlx5_ethdev.c  |   4 ++
 drivers/net/mlx5/mlx5_mr.c      |   3 +
 drivers/net/mlx5/mlx5_rxq.c     | 143 +++++++++++++++++++++++++++++++++-------
 drivers/net/mlx5/mlx5_rxtx.c    |   3 +-
 drivers/net/mlx5/mlx5_rxtx.h    |  13 +++-
 drivers/net/mlx5/mlx5_trigger.c |  20 +++---
 7 files changed, 155 insertions(+), 34 deletions(-)