ethdev: add physical port action to flow API
[dpdk.git] / app / test-pmd / config.c
index 272e25f..7a954c5 100644 (file)
@@ -1091,6 +1091,7 @@ static const struct {
        MK_FLOW_ACTION(RSS, sizeof(struct rte_flow_action_rss)),
        MK_FLOW_ACTION(PF, 0),
        MK_FLOW_ACTION(VF, sizeof(struct rte_flow_action_vf)),
+       MK_FLOW_ACTION(PHY_PORT, sizeof(struct rte_flow_action_phy_port)),
        MK_FLOW_ACTION(METER, sizeof(struct rte_flow_action_meter)),
 };