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 261C445599; Fri, 5 Jul 2024 15:52:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F1FC641101; Fri, 5 Jul 2024 15:52:44 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.13]) by mails.dpdk.org (Postfix) with ESMTP id 2159E410D4 for ; Fri, 5 Jul 2024 15:52:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1720187564; x=1751723564; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=FfW/Uq4hsMfR0ijq77T9OwrgJXLQXbWC1VE0Z2++z5Y=; b=iioBDnSAogxuyGf3KzDPZU9OVcZVhjtRGqFd6LGGN8gaAV7Q3w0bYP40 Gjjxc+pdEMkt0BPvg8mkF9vg0Iz6sJGdlUcGuOgCtc2cs1i6ojvlrkc3A UzWdocoRw/1a+P+Aj4xA6LahjWkRWv0DbRx6ZtS5vzJZ+2Gs1J6VlWp/B 0FW5xFHcvuTjooaH4kP1tm10hDSBOLvYaJbziHcU38zE2tgxcqRHzX86r rMFhcwWpy8BHXOu8PmFT2Ky+BfQmEpoRqKW77kHZ4AJlIfPGvSqPAuP7R Rd5K9Ywp6ExuJibLPSTk6QS//mrDruXODkijLiQ6eYH/iTvmeBqSU08GW A==; X-CSE-ConnectionGUID: ImfFdglyTvqfc/517W+Tjg== X-CSE-MsgGUID: 6S0ze1lARXaiQ6zAACVbLg== X-IronPort-AV: E=McAfee;i="6700,10204,11123"; a="28636688" X-IronPort-AV: E=Sophos;i="6.09,184,1716274800"; d="scan'208";a="28636688" Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by orvoesa105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Jul 2024 06:52:38 -0700 X-CSE-ConnectionGUID: TD1Sn+4ESWKcMIKo8KtPUg== X-CSE-MsgGUID: 4yPyIdMPQnykU3HMIY1vlg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,184,1716274800"; d="scan'208";a="46884313" Received: from unknown (HELO npf-hyd-clx-03..) ([10.145.170.182]) by fmviesa009.fm.intel.com with ESMTP; 05 Jul 2024 06:52:36 -0700 From: Soumyadeep Hore To: bruce.richardson@intel.com, aman.deep.singh@intel.com Cc: dev@dpdk.org Subject: [PATCH v4 0/2] Avoid rule duplication in CPFL PMD Date: Fri, 5 Jul 2024 13:05:13 +0000 Message-ID: <20240705130515.3090598-1-soumyadeep.hore@intel.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240705083032.2756071-3-soumyadeep.hore@intel.com> References: <20240705083032.2756071-3-soumyadeep.hore@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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. --- v4: * Addressed pending review comments --- v3: * Addressed pending review comments --- 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 | 8 ++++++++ drivers/net/cpfl/cpfl_rules.h | 11 +++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) -- 2.43.0