From patchwork Mon Aug 14 20:26:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Qi Zhang X-Patchwork-Id: 51 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 5E8FE43062; Mon, 14 Aug 2023 14:06:29 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4836540A7F; Mon, 14 Aug 2023 14:06:29 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id E89914021F for ; Mon, 14 Aug 2023 14:06:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692014787; x=1723550787; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+WGKIABONewVtxMTBpEOHQbjRtC4Oao1hoE8p5UiRM0=; b=IDGmTqSRw9dw4KFTrCnHoXzFn+oCOD8h2hDOAIH+doPc6oKDgLJpQBfP r3LYJDp2ugTeEGvPMBXC0JuCpQMYVzJ/z+JZgm/j2KIa4KObG4hWGekAu APXtDM/7A88ZjG1KBYS+QCNESfwHxutDCxnVhvKX9NCphW8COnpQ6Da6X CL1PyWIYa1dCRga03A6g0Cu9pe+E3gRqCWoAkSq8/e60ZNQuPNmC5LAyP J6F+IYq81U0dUHT7+yaSW1KCa8kJ94qlklYhu0Uf+wDOhsTIggxHl50bp Yx+HuLWbbYczGQAP5F9NKXKGV222bTY9r/2ohNOUsyvM5RrWyccISPReZ A==; X-IronPort-AV: E=McAfee;i="6600,9927,10802"; a="352349998" X-IronPort-AV: E=Sophos;i="6.01,172,1684825200"; d="scan'208";a="352349998" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Aug 2023 05:06:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10802"; a="683279267" X-IronPort-AV: E=Sophos;i="6.01,172,1684825200"; d="scan'208";a="683279267" Received: from dpdk-qzhan15-test02.sh.intel.com ([10.67.115.37]) by orsmga003.jf.intel.com with ESMTP; 14 Aug 2023 05:06:23 -0700 From: Qi Zhang To: qiming.yang@intel.com Cc: dev@dpdk.org, Qi Zhang Subject: [PATCH 0/2] refactor rte_flow Date: Mon, 14 Aug 2023 16:26:14 -0400 Message-Id: <20230814202616.3346652-1-qi.z.zhang@intel.com> X-Mailer: git-send-email 2.31.1 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. apply group to hardware pipeline stage static mapping 2. remove pipeline mode Qi Zhang (2): net/ice: remove pipeline mode net/ice: map group to pipeline stage doc/guides/nics/ice.rst | 19 --- drivers/net/ice/ice_acl_filter.c | 13 +- drivers/net/ice/ice_ethdev.c | 8 - drivers/net/ice/ice_ethdev.h | 4 - drivers/net/ice/ice_fdir_filter.c | 21 +-- drivers/net/ice/ice_generic_flow.c | 251 ++++++---------------------- drivers/net/ice/ice_generic_flow.h | 15 +- drivers/net/ice/ice_hash.c | 19 +-- drivers/net/ice/ice_switch_filter.c | 127 +------------- 9 files changed, 71 insertions(+), 406 deletions(-)