From: Ivan Malov Date: Tue, 16 Nov 2021 21:41:26 +0000 (+0300) Subject: net/sfc: fix printout label for count action X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=d28996b19585879ef9858760d763fdd42eb234f1;p=dpdk.git net/sfc: fix printout label for count action Fixes: 96fd2bd69b58 ("net/sfc: support flow action count in transfer rules") Cc: stable@dpdk.org Signed-off-by: Ivan Malov Reviewed-by: Andrew Rybchenko Reviewed-by: Andy Moreton --- diff --git a/drivers/net/sfc/sfc_mae.c b/drivers/net/sfc/sfc_mae.c index 93cce60a3e..d046cc2b36 100644 --- a/drivers/net/sfc/sfc_mae.c +++ b/drivers/net/sfc/sfc_mae.c @@ -3547,6 +3547,7 @@ static const char * const action_names[] = { [RTE_FLOW_ACTION_TYPE_OF_SET_VLAN_VID] = "OF_SET_VLAN_VID", [RTE_FLOW_ACTION_TYPE_OF_SET_VLAN_PCP] = "OF_SET_VLAN_PCP", [RTE_FLOW_ACTION_TYPE_VXLAN_ENCAP] = "VXLAN_ENCAP", + [RTE_FLOW_ACTION_TYPE_COUNT] = "COUNT", [RTE_FLOW_ACTION_TYPE_FLAG] = "FLAG", [RTE_FLOW_ACTION_TYPE_MARK] = "MARK", [RTE_FLOW_ACTION_TYPE_PHY_PORT] = "PHY_PORT",