mbox series

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

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

Message

Slava Ovsiienko Oct. 23, 2020, 9:46 a.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>

---
v1: http://patches.dpdk.org/patch/81808/
v2: - typos
    - documentation is updated

Viacheslav Ovsiienko (5):
  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 capabilities
  doc: add buffer split feature limitation to mlx5 guide

 doc/guides/nics/mlx5.rst        |   6 ++-
 drivers/net/mlx5/mlx5_ethdev.c  |   4 ++
 drivers/net/mlx5/mlx5_mr.c      |   3 ++
 drivers/net/mlx5/mlx5_rxq.c     | 108 ++++++++++++++++++++++++++++++++--------
 drivers/net/mlx5/mlx5_rxtx.c    |   3 +-
 drivers/net/mlx5/mlx5_trigger.c |  20 +++++---
 6 files changed, 114 insertions(+), 30 deletions(-)