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 2F23AA0350; Thu, 25 Jun 2020 15:30:48 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 988E52B8B; Thu, 25 Jun 2020 15:30:46 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 941ADFEB for ; Thu, 25 Jun 2020 15:30:45 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from matan@mellanox.com) with SMTP; 25 Jun 2020 16:30:41 +0300 Received: from pegasus25.mtr.labs.mlnx. (pegasus25.mtr.labs.mlnx [10.210.16.10]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 05PDUeE9021446; Thu, 25 Jun 2020 16:30:40 +0300 From: Matan Azrad To: Maxime Coquelin Cc: dev@dpdk.org, Viacheslav Ovsiienko Date: Thu, 25 Jun 2020 13:30:35 +0000 Message-Id: <1593091838-51869-1-git-send-email-matan@mellanox.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1592507476-442112-1-git-send-email-matan@mellanox.com> References: <1592507476-442112-1-git-send-email-matan@mellanox.com> Subject: [dpdk-dev] [PATCH v2 0/3] vdpa/mlx5: optimize cpu utilization 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" Defines new event modes in order to schedule CQ polling. Timer thread is created in mode 0 and 1 in order to save CPU utilization. v2: Add devargs to control the events mode. Matan Azrad (3): vdpa/mlx5: optimize notification events vdpa/mlx5: optimize completion queue poll vdpa/mlx5: control completion queue event mode doc/guides/vdpadevs/mlx5.rst | 32 +++++ drivers/vdpa/mlx5/Makefile | 1 + drivers/vdpa/mlx5/mlx5_vdpa.c | 58 ++++++++ drivers/vdpa/mlx5/mlx5_vdpa.h | 20 +++ drivers/vdpa/mlx5/mlx5_vdpa_event.c | 256 +++++++++++++++++++++++++++++------- 5 files changed, 317 insertions(+), 50 deletions(-) -- 1.8.3.1