[v2,23/33] net/ice/base: update Profile ID table for VXLAN

Message ID 20220413160932.2074781-24-kevinx.liu@intel.com (mailing list archive)
State Superseded, archived
Headers
Series support full function of DCF |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Kevin Liu April 13, 2022, 4:09 p.m. UTC
  From: Junfeng Guo <junfeng.guo@intel.com>

Update Profile ID table for VXLAN to align with Tencent customed DDP.

Signed-off-by: Junfeng Guo <junfeng.guo@intel.com>
Signed-off-by: Kevin Liu <kevinx.liu@intel.com>
---
 drivers/net/ice/base/ice_switch.h | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
  

Patch

diff --git a/drivers/net/ice/base/ice_switch.h b/drivers/net/ice/base/ice_switch.h
index efb9399b77..c8071aa50d 100644
--- a/drivers/net/ice/base/ice_switch.h
+++ b/drivers/net/ice/base/ice_switch.h
@@ -23,15 +23,15 @@ 
 #define ICE_PROFID_IPV4_TUN_M_IPV4_TCP		10
 #define ICE_PROFID_IPV4_TUN_M_IPV4_UDP		11
 #define ICE_PROFID_IPV4_TUN_M_IPV4_OTHER	12
-#define ICE_PROFID_IPV6_TUN_M_IPV4_TCP		16
-#define ICE_PROFID_IPV6_TUN_M_IPV4_UDP		17
-#define ICE_PROFID_IPV6_TUN_M_IPV4_OTHER	18
-#define ICE_PROFID_IPV4_TUN_M_IPV6_TCP		22
-#define ICE_PROFID_IPV4_TUN_M_IPV6_UDP		23
-#define ICE_PROFID_IPV4_TUN_M_IPV6_OTHER	24
-#define ICE_PROFID_IPV6_TUN_M_IPV6_TCP		25
-#define ICE_PROFID_IPV6_TUN_M_IPV6_UDP		26
-#define ICE_PROFID_IPV6_TUN_M_IPV6_OTHER	27
+#define ICE_PROFID_IPV6_TUN_M_IPV4_TCP		34
+#define ICE_PROFID_IPV6_TUN_M_IPV4_UDP		35
+#define ICE_PROFID_IPV6_TUN_M_IPV4_OTHER	36
+#define ICE_PROFID_IPV4_TUN_M_IPV6_TCP		40
+#define ICE_PROFID_IPV4_TUN_M_IPV6_UDP		41
+#define ICE_PROFID_IPV4_TUN_M_IPV6_OTHER	42
+#define ICE_PROFID_IPV6_TUN_M_IPV6_TCP		43
+#define ICE_PROFID_IPV6_TUN_M_IPV6_UDP		44
+#define ICE_PROFID_IPV6_TUN_M_IPV6_OTHER	45
 #define ICE_PROFID_PPPOE_PAY		34
 #define ICE_PROFID_PPPOE_IPV4_TCP	35
 #define ICE_PROFID_PPPOE_IPV4_UDP	36