net/sfc: implement flow insert/remove in MAE backend
[dpdk.git] / drivers / net / sfc / sfc_flow.h
index 7d15f47..d3bdbd5 100644 (file)
@@ -67,6 +67,8 @@ struct sfc_flow_spec_mae {
        efx_mae_match_spec_t            *match_spec;
        /* Action set registry entry */
        struct sfc_mae_action_set       *action_set;
+       /* Firmware-allocated rule ID */
+       efx_mae_rule_id_t               rule_id;
 };
 
 /* Flow specification */