From patchwork Thu Sep 14 01:50:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simei Su X-Patchwork-Id: 134 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C50444258F; Thu, 14 Sep 2023 03:49:48 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 997CC40289; Thu, 14 Sep 2023 03:49:48 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 80A404026B for ; Thu, 14 Sep 2023 03:49:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1694656186; x=1726192186; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=Gh5zkAH8bFN4YA5XX2WXSuEzgeIJyiSD8fqWjuxlBwg=; b=K3veA5hlTj9Jlo/6590CtbSxCow1h2jeYR7eRPimSD1zFHa70M27zj7p mz6TBKjkCctIUCToD+uzs9AG0IDHvZpJTzzFhFD/JpszBwNsr/+06xfEf OZiKCIRWam0YGpiMHCc4y0ME5sqhh2R1qHXZo05XR6mULde5ovQbzOmcG 48KvinesWA8pZgsNSpprFm0D87jA4hyp3HiDLYQShbEDwxfk8AxQ+94iw 8Gsf+BZLSProvPigrAjV0EfWdghgzUWc2ne44Rp1AvLw2QIW4VZoNP/Wh fg9UzRWbZthHVJBV5d/+T+nkMQSupZmG/GAF7dauYY7pXhMMO/gjb1pmF Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10832"; a="369101389" X-IronPort-AV: E=Sophos;i="6.02,144,1688454000"; d="scan'208";a="369101389" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Sep 2023 18:49:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10832"; a="773699513" X-IronPort-AV: E=Sophos;i="6.02,144,1688454000"; d="scan'208";a="773699513" Received: from dpdk-simei-icelake.sh.intel.com ([10.67.110.167]) by orsmga008.jf.intel.com with ESMTP; 13 Sep 2023 18:49:41 -0700 From: Simei Su To: jingjing.wu@intel.com, beilei.xing@intel.com, qi.z.zhang@intel.com Cc: dev@dpdk.org, wenjun1.wu@intel.com, Simei Su Subject: [PATCH v4 0/3] refactor single queue Tx data path Date: Thu, 14 Sep 2023 09:50:28 +0800 Message-Id: <20230914015031.2560501-1-simei.su@intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230908102827.2256297-1-simei.su@intel.com> References: <20230908102827.2256297-1-simei.su@intel.com> MIME-Version: 1.0 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 1. Refine single queue Tx data path for idpf common module. 2. Refine Tx queue setup for idpf pmd. 3. Refine Tx queue setup for cpfl pmd. v4: * Split one patch into patchset. * Refine commit title and commit log. v3: * Change context TSO descriptor from base mode to flex mode. v2: * Refine commit title and commit log. * Remove redundant definition. * Modify base mode context TSO descriptor. Simei Su (3): common/idpf: refactor single queue Tx data path net/idpf: refine Tx queue setup net/cpfl: refine Tx queue setup drivers/common/idpf/idpf_common_rxtx.c | 39 +++++++++---------- drivers/common/idpf/idpf_common_rxtx.h | 2 +- drivers/common/idpf/idpf_common_rxtx_avx512.c | 37 +++++++++--------- drivers/net/cpfl/cpfl_rxtx.c | 2 +- drivers/net/idpf/idpf_rxtx.c | 2 +- 5 files changed, 40 insertions(+), 42 deletions(-)