DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] regex/mlx5: add out of order scan capability
@ 2020-10-28 13:18 Ophir Munk
  2020-11-03  0:37 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Ophir Munk @ 2020-10-28 13:18 UTC (permalink / raw)
  To: dev, Thomas Monjalon, Ori Kam; +Cc: Ophir Munk

Add missing out of order scan capability
RTE_REGEXDEV_CAPA_QUEUE_PAIR_OOS_F to mlx5 regex PMD.

Signed-off-by: Ophir Munk <ophirmu@nvidia.com>
Acked-by: Ori Kam <orika@nvidia.com>
---
Depends-on: patch-81673 ("regexdev: add OOS capability definition") `
Depends-on: patch-81509 ("app/regex: configure qp according to device capabilities")

 drivers/regex/mlx5/mlx5_rxp.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/regex/mlx5/mlx5_rxp.c b/drivers/regex/mlx5/mlx5_rxp.c
index b8fab79..7936a52 100644
--- a/drivers/regex/mlx5/mlx5_rxp.c
+++ b/drivers/regex/mlx5/mlx5_rxp.c
@@ -116,7 +116,8 @@ mlx5_regex_info_get(struct rte_regexdev *dev __rte_unused,
 	info->max_rules_per_group = MLX5_REGEX_MAX_RULES_PER_GROUP;
 	info->max_groups = MLX5_REGEX_MAX_GROUPS;
 	info->max_queue_pairs = 1;
-	info->regexdev_capa = RTE_REGEXDEV_SUPP_PCRE_GREEDY_F;
+	info->regexdev_capa = RTE_REGEXDEV_SUPP_PCRE_GREEDY_F |
+			      RTE_REGEXDEV_CAPA_QUEUE_PAIR_OOS_F;
 	info->rule_flags = 0;
 	info->max_queue_pairs = 10;
 	return 0;
-- 
2.8.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH v1] regex/mlx5: add out of order scan capability
  2020-10-28 13:18 [dpdk-dev] [PATCH v1] regex/mlx5: add out of order scan capability Ophir Munk
@ 2020-11-03  0:37 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2020-11-03  0:37 UTC (permalink / raw)
  To: Ophir Munk; +Cc: dev, Ori Kam

28/10/2020 14:18, Ophir Munk:
> Add missing out of order scan capability
> RTE_REGEXDEV_CAPA_QUEUE_PAIR_OOS_F to mlx5 regex PMD.
> 
> Signed-off-by: Ophir Munk <ophirmu@nvidia.com>
> Acked-by: Ori Kam <orika@nvidia.com>

Applied, thanks




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-03  0:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-28 13:18 [dpdk-dev] [PATCH v1] regex/mlx5: add out of order scan capability Ophir Munk
2020-11-03  0:37 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).