Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/drivers/net/ethernet/mellanox/mlx5/core/lib/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  smfs.c   Sprache: C

 
// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
/* Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. */

#include <linux/kernel.h>
#include <linux/mlx5/driver.h>

#include "smfs.h"

struct mlx5dr_matcher *
mlx5_smfs_matcher_create(struct mlx5dr_table *table, u32 priority, struct mlx5_flow_spec *spec)
{
 struct mlx5dr_match_parameters matcher_mask = {};

 matcher_mask.match_buf = (u64 *)&spec->match_criteria;
 matcher_mask.match_sz = DR_SZ_MATCH_PARAM;

 return mlx5dr_matcher_create(table, priority, spec->match_criteria_enable, &matcher_mask);
}

void
mlx5_smfs_matcher_destroy(struct mlx5dr_matcher *matcher)
{
 mlx5dr_matcher_destroy(matcher);
}

struct mlx5dr_table *
mlx5_smfs_table_get_from_fs_ft(struct mlx5_flow_table *ft)
{
 return mlx5dr_table_get_from_fs_ft(ft);
}

struct mlx5dr_action *
mlx5_smfs_action_create_dest_table(struct mlx5dr_table *table)
{
 return mlx5dr_action_create_dest_table(table);
}

struct mlx5dr_action *
mlx5_smfs_action_create_flow_counter(u32 counter_id)
{
 return mlx5dr_action_create_flow_counter(counter_id);
}

void
mlx5_smfs_action_destroy(struct mlx5dr_action *action)
{
 mlx5dr_action_destroy(action);
}

struct mlx5dr_rule *
mlx5_smfs_rule_create(struct mlx5dr_matcher *matcher, struct mlx5_flow_spec *spec,
        size_t num_actions, struct mlx5dr_action *actions[],
        u32 flow_source)
{
 struct mlx5dr_match_parameters value = {};

 value.match_buf = (u64 *)spec->match_value;
 value.match_sz = DR_SZ_MATCH_PARAM;

 return mlx5dr_rule_create(matcher, &value, num_actions, actions, flow_source);
}

void
mlx5_smfs_rule_destroy(struct mlx5dr_rule *rule)
{
 mlx5dr_rule_destroy(rule);
}


Messung V0.5
C=98 H=92 G=94

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.