diff options
author | 2015-12-10 17:12:40 +0200 | |
---|---|---|
committer | 2015-12-12 00:15:23 -0500 | |
commit | de8575e014685034728396f9d69169428be9cc3d (patch) | |
tree | 05b8f799c737ef89fc7b9048e91c0e29ff669ec4 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | net/mlx5_core: Introduce flow steering firmware commands (diff) | |
download | linux-dev-de8575e014685034728396f9d69169428be9cc3d.tar.xz linux-dev-de8575e014685034728396f9d69169428be9cc3d.zip |
net/mlx5_core: Add flow steering base data structures
Introducing the base data structure and its operations that are
going to represent ConnectX-4 Flow Steering, this data structure
is basically a tree and all Flow steering objects such as
(Flow Table/Flow Group/FTE/etc ..) are represented as fs_node(s).
fs_node is the base object which describes a basic tree node, with the
following extra info:
type: describes the runtime type of the node (Object).
lock: lock this node sub-tree.
ref_count: number of children + current references.
remove_func: a generic destructor.
fs_node types will be used and explained once the usage is added in the
following patches.
Signed-off-by: Maor Gottlieb <maorg@mellanox.com>
Signed-off-by: Moni Shoua <monis@mellanox.com>
Signed-off-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions