From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D00CBA0546; Sat, 1 May 2021 21:09:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B8E3E40685; Sat, 1 May 2021 21:09:21 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 3949A4013F for ; Sat, 1 May 2021 21:09:20 +0200 (CEST) IronPort-SDR: N8SAypSwyWjYVlgwsQxw8nu3fxbNw0+T+rXCQhtcSe3aJG7n+9lbih8dbtcFCj2G46oKdMQv4+ LRC85o+IQsfw== X-IronPort-AV: E=McAfee;i="6200,9189,9971"; a="258779262" X-IronPort-AV: E=Sophos;i="5.82,266,1613462400"; d="scan'208";a="258779262" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 May 2021 12:09:17 -0700 IronPort-SDR: AsP+gaXnthO0JF7gkQ3GI2srMCLALS1agrDNrouhmpgo8wbEWxYt7V6rVcrrnVR3xVn53n/Loe lqKky7xMqcuA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.82,266,1613462400"; d="scan'208";a="467286409" Received: from txasoft-yocto.an.intel.com ([10.123.72.192]) by orsmga001.jf.intel.com with ESMTP; 01 May 2021 12:09:16 -0700 From: "McDaniel, Timothy" To: Cc: dev@dpdk.org, erik.g.carrillo@intel.com, harry.van.haaren@intel.com, jerinj@marvell.com, thomas@monjalon.net, Timothy McDaniel Date: Sat, 1 May 2021 14:07:43 -0500 Message-Id: <1619896064-7943-1-git-send-email-timothy.mcdaniel@intel.com> X-Mailer: git-send-email 1.7.10 In-Reply-To: <1616000564-16404-1-git-send-email-timothy.mcdaniel@intel.com> References: <1616000564-16404-1-git-send-email-timothy.mcdaniel@intel.com> Subject: [dpdk-dev] [PATCH v3 0/1] Optimize DLB2 Dequeue Operations X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" From: Timothy McDaniel This patch converts the PMD to use x86 vector instructions, thereby significantly improving dequeue performance. Changes since V2: 1) Rebased patch on top of dpdk-next-eventdev 2) Use drivers/event/dlb2 as source directory to patch, thereby taking into account that the PMD retains its original name (dlb2_event). Timothy McDaniel (1): event/dlb2: optimize Dequeue Operations drivers/event/dlb2/dlb2.c | 445 +++++++++++++++++++++++++++++---- drivers/event/dlb2/dlb2_priv.h | 22 +- 2 files changed, 414 insertions(+), 53 deletions(-) -- 2.23.0