From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7A538A04DC; Mon, 26 Oct 2020 12:55:15 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 679612BAA; Mon, 26 Oct 2020 12:55:13 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id F07E82BA2 for ; Mon, 26 Oct 2020 12:55:10 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from viacheslavo@nvidia.com) with SMTP; 26 Oct 2020 13:55:09 +0200 Received: from nvidia.com (pegasus12.mtr.labs.mlnx [10.210.17.40]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 09QBt8vT013951; Mon, 26 Oct 2020 13:55:09 +0200 From: Viacheslav Ovsiienko To: dev@dpdk.org Cc: thomas@monjalon.net, matan@nvidia.com, akozyrev@nvidia.com, rasland@nvidia.com, orika@nvidia.com Date: Mon, 26 Oct 2020 11:54:59 +0000 Message-Id: <1603713305-30991-1-git-send-email-viacheslavo@nvidia.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1603381371-5360-2-git-send-email-viacheslavo@nvidia.com> References: <1603381371-5360-2-git-send-email-viacheslavo@nvidia.com> Subject: [dpdk-dev] [PATCH v4 0/6] net/mlx5: add Rx buffer split support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 --- v1: http://patches.dpdk.org/patch/81808/ v2: http://patches.dpdk.org/patch/81923/ - typos - documentation is updated v3: http://patches.dpdk.org/patch/82177/ - extra parameter checks in PMD rx_queue_setup removed - minor optimizations in PMD v4: - rebasing Viacheslav Ovsiienko (6): 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 capabilities doc: add buffer split feature limitation to mlx5 guide doc/guides/nics/mlx5.rst | 6 +- 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 | 136 +++++++++++++++++++++++++++++++++++----- drivers/net/mlx5/mlx5_rxtx.c | 3 +- drivers/net/mlx5/mlx5_rxtx.h | 13 +++- drivers/net/mlx5/mlx5_trigger.c | 20 +++--- 8 files changed, 160 insertions(+), 28 deletions(-) -- 1.8.3.1