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 85334A04F1; Thu, 18 Jun 2020 21:11:21 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9F7881BFF9; Thu, 18 Jun 2020 21:11:20 +0200 (CEST) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 29BF51BFEF for ; Thu, 18 Jun 2020 21:11:19 +0200 (CEST) Received: from Internal Mail-Server by MTLPINE1 (envelope-from matan@mellanox.com) with SMTP; 18 Jun 2020 22:11:18 +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 05IJBIZ5005965; Thu, 18 Jun 2020 22:11:18 +0300 From: Matan Azrad To: Maxime Coquelin Cc: dev@dpdk.org Date: Thu, 18 Jun 2020 19:11:13 +0000 Message-Id: <1592507476-442112-1-git-send-email-matan@mellanox.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dpdk-dev] [PATCH 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" Use timer thread to schedule CQ polling instead of interrupts. Optimize CQ polling. Matan Azrad (3): vdpa/mlx5: optimize notification events vdpa/mlx5: optimize completion queue poll vdpa/mlx5: add traffic control device arguments doc/guides/vdpadevs/mlx5.rst | 17 +++ drivers/vdpa/mlx5/Makefile | 1 + drivers/vdpa/mlx5/mlx5_vdpa.c | 46 ++++++++ drivers/vdpa/mlx5/mlx5_vdpa.h | 8 ++ drivers/vdpa/mlx5/mlx5_vdpa_event.c | 226 ++++++++++++++++++++++++++++-------- 5 files changed, 248 insertions(+), 50 deletions(-) -- 1.8.3.1