net/sfc: fix printout label for count action
Fixes: 96fd2bd69b
("net/sfc: support flow action count in transfer rules")
Cc: stable@dpdk.org
Signed-off-by: Ivan Malov <ivan.malov@oktetlabs.ru>
Reviewed-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Reviewed-by: Andy Moreton <amoreton@xilinx.com>
This commit is contained in:
parent
a7e21843f0
commit
d28996b195
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user