Hi Saeed, This patchset updates the mlx5 driver to support for the netfilter flowtable hardware offload from Paul Blakey. Please review and apply if you're fine with this. Thank you. Paul Blakey (7): net/mlx5: Simplify fdb chain and prio eswitch defines net/mlx5: Rename FDB_* tc related defines to FDB_TC_* defines net/mlx5: Define fdb tc levels per prio net/mlx5: Accumulate levels for chains prio namespaces net/mlx5: Refactor creating fast path prio chains net/mlx5: Add new chain for netfilter flow table offload net/mlx5: TC: Offload flow table rules drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 45 ++++++- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c | 32 ++++- drivers/net/ethernet/mellanox/mlx5/core/en_tc.h | 3 +- drivers/net/ethernet/mellanox/mlx5/core/eswitch.h | 21 ++-- .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 10 +- drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 129 +++++++++++++++------ include/linux/mlx5/fs.h | 3 +- 7 files changed, 185 insertions(+), 58 deletions(-) -- 2.11.0