From patchwork Wed Apr 13 16:09:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Liu X-Patchwork-Id: 109657 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 82676A0508; Wed, 13 Apr 2022 10:13:33 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1629C42851; Wed, 13 Apr 2022 10:11:46 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 574094284F for ; Wed, 13 Apr 2022 10:11:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1649837504; x=1681373504; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=YfyqBPReywlBNta2D9Qoy3i5xa2INQkEib+o31XfKd4=; b=TNEVhiY3hCDygLFsEnz+CL6BknUqRjbOyTcA0FKBhflu4y0p1ilUffns wpIrwyMT+HVN+xG+AxRYC1LoStBIMt/nVb9Txq82gQXBrp+BhdpDuH2oB bD5K18ftLWzGs4D27nRS7XkPCNKZ+gAC3qL09qN74iDKUahloK5XdsBY9 eeKGLrOYF76QjR0KVnU99kskXRroG3LynIaybMQbbCqx46/0BoGiHnapW fR9/l72oF+okRwsgiwH+/rteDw71JFzCf1Edzhg4TARyAHf1zQMNH1VdS oz2NrabTFI9HIefh59gdxcms0SoVDVSJBOM5oy6DBJKa0Z46p+Q6d//LP A==; X-IronPort-AV: E=McAfee;i="6400,9594,10315"; a="287630089" X-IronPort-AV: E=Sophos;i="5.90,256,1643702400"; d="scan'208";a="287630089" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2022 01:11:43 -0700 X-IronPort-AV: E=Sophos;i="5.90,256,1643702400"; d="scan'208";a="526847840" Received: from intel-cd-odc-kevin.cd.intel.com ([10.240.178.195]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2022 01:11:41 -0700 From: Kevin Liu To: dev@dpdk.org Cc: qiming.yang@intel.com, qi.z.zhang@intel.com, stevex.yang@intel.com, Junfeng Guo , Kevin Liu Subject: [PATCH v2 23/33] net/ice/base: update Profile ID table for VXLAN Date: Wed, 13 Apr 2022 16:09:22 +0000 Message-Id: <20220413160932.2074781-24-kevinx.liu@intel.com> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20220413160932.2074781-1-kevinx.liu@intel.com> References: <20220407105706.18889-1-kevinx.liu@intel.com> <20220413160932.2074781-1-kevinx.liu@intel.com> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org From: Junfeng Guo Update Profile ID table for VXLAN to align with Tencent customed DDP. Signed-off-by: Junfeng Guo Signed-off-by: Kevin Liu --- drivers/net/ice/base/ice_switch.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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