From patchwork Fri Jul 5 05:08:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Soumyadeep Hore X-Patchwork-Id: 1111 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 AE57845591; Fri, 5 Jul 2024 07:55:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9B09742EFE; Fri, 5 Jul 2024 07:55:53 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.19]) by mails.dpdk.org (Postfix) with ESMTP id 558544021D for ; Fri, 5 Jul 2024 07:55:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1720158953; x=1751694953; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=/nbQPj+OosRV0ICtXXSgeGlvjwRLQJXNA7Jf9Duux2I=; b=e4ajACGrAQlmEAwPLjWEdx0/RF0gWi7VhnLkO9o1cF1rhgUOm4nEpxD7 grxhXrE7TfBhX1po4BsgSx+VjXDsrNf+vyPcSbvTz+JNqOF2dRV+ywi3X fkSmQ4JQm7tC2jo9kv589BrML0e5RDPed1WnNvEmhQBtDT9k/sfLfIWJB B3u3bYiBX1ur7wzeCW+LprLlp4ZnEserSD8KeESCIvziUdTugGaNVnVQv L9Yp37IeO2QnZl3Rd/uNrT5eOj/qGxkAchno66DeaC/jqV621H85r54w7 ycmbNXiD5sc1AA4xwQcE88cS5CHsj1v3e0uSymE8puSgd+5mdFvxyTVE/ g==; X-CSE-ConnectionGUID: bTKtbd5kS1aqDMXZHKjNnw== X-CSE-MsgGUID: mVr91jT9RBiI6LqLhbJxfg== X-IronPort-AV: E=McAfee;i="6700,10204,11123"; a="17163137" X-IronPort-AV: E=Sophos;i="6.09,184,1716274800"; d="scan'208";a="17163137" Received: from fmviesa008.fm.intel.com ([10.60.135.148]) by fmvoesa113.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jul 2024 22:55:51 -0700 X-CSE-ConnectionGUID: 7Owa3aEBSre4+7mAKcj2pQ== X-CSE-MsgGUID: 5LGmweXwR0qxSX8hzB/yZw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,184,1716274800"; d="scan'208";a="46746009" Received: from unknown (HELO npf-hyd-clx-03..) ([10.145.170.182]) by fmviesa008.fm.intel.com with ESMTP; 04 Jul 2024 22:55:50 -0700 From: Soumyadeep Hore To: bruce.richardson@intel.com, aman.deep.singh@intel.com Cc: dev@dpdk.org Subject: [PATCH v2 0/2] Avoid rule duplication in CPFL PMD Date: Fri, 5 Jul 2024 05:08:29 +0000 Message-ID: <20240705050831.2639342-1-soumyadeep.hore@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240704051835.2630052-1-soumyadeep.hore@intel.com> References: <20240704051835.2630052-1-soumyadeep.hore@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 This patchset avoids flow rule duplication which was possible previously in CPFL PMD. --- v2: * Addressed review comments * Added Fixes tags * Fixed CI warnings --- Soumyadeep Hore (2): net/cpfl: fix check for opcodes of received ctlq messages net/cpfl: fix +ve error codes for received ctlq messages drivers/net/cpfl/cpfl_flow_engine_fxp.c | 2 +- drivers/net/cpfl/cpfl_fxp_rule.c | 52 +++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 1 deletion(-)