diff options
| author | Maor Gottlieb <[email protected]> | 2015-12-10 17:12:40 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2015-12-12 00:15:23 -0500 |
| commit | de8575e014685034728396f9d69169428be9cc3d (patch) | |
| tree | 05b8f799c737ef89fc7b9048e91c0e29ff669ec4 /tools/perf/scripts/python/sctop.py | |
| parent | 26a8145390b36cbe97a5bd0b9e97249f21af6aea (diff) | |
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 <[email protected]>
Signed-off-by: Moni Shoua <[email protected]>
Signed-off-by: Matan Barak <[email protected]>
Signed-off-by: Saeed Mahameed <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions