Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ find_graph_root
Function
find_graph_root
dpdk/drivers/net/mlx5/mlx5_flow.c:4731–4736 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4729
}
4730
4731
static unsigned int
4732
find_graph_root(uint32_t rss_level)
4733
{
4734
return rss_level < 2 ? MLX5_EXPANSION_ROOT :
4735
MLX5_EXPANSION_ROOT_OUTER;
4736
}
4737
4738
/**
4739
* Get layer flags from the prefix flow.
Callers
1
flow_list_create
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected