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 E59B2A00E6 for ; Mon, 5 Aug 2019 15:04:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5A3121BDFA; Mon, 5 Aug 2019 15:04:05 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 1B59F1BDF6 for ; Mon, 5 Aug 2019 15:04:04 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from viacheslavo@mellanox.com) with ESMTPS (AES256-SHA encrypted); 5 Aug 2019 16:03:58 +0300 Received: from pegasus12.mtr.labs.mlnx (pegasus12.mtr.labs.mlnx [10.210.17.40]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id x75D3wRY006320; Mon, 5 Aug 2019 16:03:58 +0300 Received: from pegasus12.mtr.labs.mlnx (localhost [127.0.0.1]) by pegasus12.mtr.labs.mlnx (8.14.7/8.14.7) with ESMTP id x75D3wqo022345; Mon, 5 Aug 2019 13:03:58 GMT Received: (from viacheslavo@localhost) by pegasus12.mtr.labs.mlnx (8.14.7/8.14.7/Submit) id x75D3wM3022344; Mon, 5 Aug 2019 13:03:58 GMT X-Authentication-Warning: pegasus12.mtr.labs.mlnx: viacheslavo set sender to viacheslavo@mellanox.com using -f From: Viacheslav Ovsiienko To: dev@dpdk.org Cc: yskoh@mellanox.com, matan@mellanox.com Date: Mon, 5 Aug 2019 13:03:48 +0000 Message-Id: <1565010234-21769-1-git-send-email-viacheslavo@mellanox.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH v2 0/6] fix transmit datapath cumulative series 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 series provides the fixes for mlx5 Tx datapath, mostly resolving the minor performance and setup issues: - various inline data settings - wrong assert condition on minimal data length - large burst SQ overflow due to inefficient CQ drain Signed-off-by: Viacheslav Ovsiienko Acked-by: Matan Azrad --- v1 was sent as separated patches: - http://patches.dpdk.org/patch/57347/ - http://patches.dpdk.org/patch/57348/ - http://patches.dpdk.org/patch/57410/ - http://patches.dpdk.org/patch/57411/ - http://patches.dpdk.org/patch/57412/ (reverted in v2) - http://patches.dpdk.org/patch/57413/ - http://patches.dpdk.org/patch/57414/ Viacheslav Ovsiienko (6): net/mlx5: fix default minimal data inline net/mlx5: fix inline data len assert condition net/mlx5: fix completion queue drain loop net/mlx5: fix inline data settings net/mlx5: fix packet size inline settings net/mlx5: fix completion queue overflow for large bursts doc/guides/nics/mlx5.rst | 2 +- drivers/net/mlx5/mlx5.c | 5 +- drivers/net/mlx5/mlx5_prm.h | 5 +- drivers/net/mlx5/mlx5_rxtx.c | 136 ++++++++++++++++++++++++++++--------------- drivers/net/mlx5/mlx5_rxtx.h | 9 +-- drivers/net/mlx5/mlx5_txq.c | 39 ++++++------- 6 files changed, 115 insertions(+), 81 deletions(-) -- 1.8.3.1