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 93E49A04B5; Mon, 26 Oct 2020 11:12:11 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4A7342B9E; Mon, 26 Oct 2020 11:12:09 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 20FB71E2B for ; Mon, 26 Oct 2020 11:12:07 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from viacheslavo@nvidia.com) with SMTP; 26 Oct 2020 12:12:04 +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 09QAC4xx023838; Mon, 26 Oct 2020 12:12:04 +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 10:11:53 +0000 Message-Id: <1603707119-20672-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 v3 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: - extra parameter checks in PMD rx_queue_setup removed - minor optimizations in PMD 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 | 144 +++++++++++++++++++++++++++++++++------- drivers/net/mlx5/mlx5_rxtx.c | 3 +- drivers/net/mlx5/mlx5_rxtx.h | 13 +++- drivers/net/mlx5/mlx5_trigger.c | 20 +++--- 8 files changed, 161 insertions(+), 35 deletions(-) -- 1.8.3.1