This patchset adds software match support and offload of flower
match ct_state reply flag (+/-rpl).
The first patch adds the definition for the flag and match to flower.
Second patch gives the direction of the connection to the offloading drivers via
ct_metadata flow offload action.
The last patch does offload of this new ct_state by using the supplied
connection's direction.
Paul Blakey (3):
net/sched: cls_flower: Add match on the ct_state reply flag
net: flow_offload: Add original direction flag to ct_metadata
net/mlx5: CT: Add support for matching on ct_state reply flag
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 13 ++++++++++---
include/net/flow_offload.h | 1 +
include/uapi/linux/pkt_cls.h | 1 +
net/sched/act_ct.c | 1 +
net/sched/cls_flower.c | 6 ++++--
5 files changed, 17 insertions(+), 5 deletions(-)
--
1.8.3.1