From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 132D6A09F0; Thu, 17 Dec 2020 09:52:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 68855C9D0; Thu, 17 Dec 2020 09:52:23 +0100 (CET) Received: from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129]) by dpdk.org (Postfix) with ESMTP id 749B0C9CE for ; Thu, 17 Dec 2020 09:52:20 +0100 (CET) Received: from Internal Mail-Server by MTLPINE1 (envelope-from orika@nvidia.com) with SMTP; 17 Dec 2020 10:52:17 +0200 Received: from MTL-ORIKA.mtl.com ([172.27.14.211]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 0BH8qHp2015085; Thu, 17 Dec 2020 10:52:17 +0200 From: Ori Kam To: thomas@monjalon.net Cc: orika@mellanox.com, dev@dpdk.org Date: Thu, 17 Dec 2020 10:51:54 +0200 Message-Id: <20201217085158.28367-1-orika@nvidia.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dpdk-dev] [PATCH 0/4] regex/mlx5: pmd improvements X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" This series adds a few fixes and improvements to the Nvidia RegEx PMD. Ori Kam (4): regex/mlx5: fix memory rule alignment regex/mlx5: add support for combined rule file regex/mlx5: fix support for group id regex/mlx5: add support for priority match drivers/regex/mlx5/mlx5_regex.c | 9 + drivers/regex/mlx5/mlx5_regex.h | 1 + drivers/regex/mlx5/mlx5_regex_fastpath.c | 23 +- drivers/regex/mlx5/mlx5_rxp.c | 827 ++++++++++------------- drivers/regex/mlx5/mlx5_rxp_csrs.h | 3 + 5 files changed, 372 insertions(+), 491 deletions(-) -- 2.25.1