diff options
author | Maor Gottlieb <maorg@mellanox.com> | 2016-03-07 19:51:45 +0300 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-03-10 17:22:06 +0300 |
commit | 153fefbf34e5079c2dd69490f5f23373758d2e9c (patch) | |
tree | ec529dd63611b40a6c54a39ff835e794eb0a9867 /include/linux/mlx5/fs.h | |
parent | 0e451e883bd13ce616f439e2414b8c17fa28318a (diff) | |
download | linux-153fefbf34e5079c2dd69490f5f23373758d2e9c.tar.xz |
net/mlx5_core: Create anchor of last flow table
Create an empty flow table in the end of NIC rx namesapce.
Adding this flow table simplify the implementation of "forward
to next prio" rules.
Signed-off-by: Maor Gottlieb <maorg@mellanox.com>
Reviewed-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/linux/mlx5/fs.h')
-rw-r--r-- | include/linux/mlx5/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/fs.h b/include/linux/mlx5/fs.h index 8230caa3fb6e..72adf53fdcba 100644 --- a/include/linux/mlx5/fs.h +++ b/include/linux/mlx5/fs.h @@ -52,6 +52,7 @@ enum mlx5_flow_namespace_type { MLX5_FLOW_NAMESPACE_BYPASS, MLX5_FLOW_NAMESPACE_KERNEL, MLX5_FLOW_NAMESPACE_LEFTOVERS, + MLX5_FLOW_NAMESPACE_ANCHOR, MLX5_FLOW_NAMESPACE_FDB, }; |