From c5299ff30a6186f580509eda2c4db3decfffe967 Mon Sep 17 00:00:00 2001 From: Brian Russell Date: Tue, 9 Feb 2021 10:16:58 +0000 Subject: policer: remove SSE2 prefix The policer code uses a naming convention of prefixing a lot of its definitions with "SSE2" when in fact there is nothing SSE2 specific about them. This is confusing so remove the prefix. Unfortunately it has to stay in the API definitions for backward compatibility. Type: improvement Signed-off-by: Brian Russell Change-Id: I59a7df9fd5ded2575f2e587b2768a025a213b07c --- src/vnet/policer/policer_types.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/policer/policer_types.api') diff --git a/src/vnet/policer/policer_types.api b/src/vnet/policer/policer_types.api index d48dc646ed1..3e21b7d707c 100644 --- a/src/vnet/policer/policer_types.api +++ b/src/vnet/policer/policer_types.api @@ -46,7 +46,7 @@ enum sse2_qos_action_type : u8 SSE2_QOS_ACTION_API_MARK_AND_TRANSMIT, }; -/** \brief SSE2 QOS action +/** \brief QOS action @param conform_action_type - conform action type @param conform_dscp - DSCP for conform mark-and-transmit action */ -- cgit 1.2.3-korg