diff options
author | Paul Blakey <paulb@mellanox.com> | 2019-11-12 00:34:29 +0100 |
---|---|---|
committer | Saeed Mahameed <saeedm@mellanox.com> | 2019-11-13 13:49:33 -0800 |
commit | 975b992fdd4b38028d7c1dcf38286d6e7991c1b2 (patch) | |
tree | 4d849d601d3570342ed0c8a0a8300675e9bc0a8c /net/core | |
parent | 439e843f1f43640fd52530433d803db8585cd028 (diff) | |
download | linux-975b992fdd4b38028d7c1dcf38286d6e7991c1b2.tar.bz2 |
net/mlx5: Add new chain for netfilter flow table offload
Netfilter tables (nftables) implements a software datapath that
comes after tc ingress datapath. The datapath supports offloading
such rules via the flow table offload API.
This API is currently only used by NFT and it doesn't provide the
global priority in regards to tc offload, so we assume offloading such
rules must come after tc. It does provide a flow table priority
parameter, so we need to provide some supported priority range.
For that, split fastpath prio to two, flow table offload and tc offload,
with one dedicated priority chain for flow table offload.
Next patch will re-use the multi chain API to access this chain by
allowing access to this chain by the fdb_sub_namespace.
Signed-off-by: Paul Blakey <paulb@mellanox.com>
Reviewed-by: Mark Bloch <markb@mellanox.com>
Acked-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions