From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 128EBA00BE; Fri, 11 Feb 2022 02:37:54 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DB65E410E5; Fri, 11 Feb 2022 02:37:53 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 0729640683 for ; Fri, 11 Feb 2022 02:37:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644543473; x=1676079473; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=ZoN6eB/VYX0Eyoyz85AsP5W/dbhJix8CHPBy0+ov61E=; b=GY+qq/tyF5+EoOnhFzoWm4oL3JqAOsAkLeZTBZDhZgEvn9jcIL2LgEnF EwYaBo9YmYRbsdkGPONMBbWVILv3XnsEa9c4ipvtCrjlpj7JABpqbi6I7 kdR8rJE4gsUw5nRpZtZFd4sCZ44iixpteWZYpqzagqy6v1gE2DJu0RN51 lJA1lY9oN3CQIzCzKxSq/JYyTSveX6s6KwXD89hnrqp+b9REw2NPKQxg3 OHz7hKjBiNNxcBJVo4hhPilwXE463M4qKue0q4XJ2PZmaBu/X/CCQxOzv F6HRuCuexUcCQBTsJGikN3vLwkUq8SGhH+VVPRv5yZSuHA6LW0BfzTqWU w==; X-IronPort-AV: E=McAfee;i="6200,9189,10254"; a="249582081" X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="249582081" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Feb 2022 17:37:51 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,359,1635231600"; d="scan'208";a="541890929" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga008.jf.intel.com with ESMTP; 10 Feb 2022 17:37:49 -0800 Received: from shsmsx605.ccr.corp.intel.com (10.109.6.215) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Thu, 10 Feb 2022 17:37:48 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX605.ccr.corp.intel.com (10.109.6.215) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Fri, 11 Feb 2022 09:37:43 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Fri, 11 Feb 2022 09:37:43 +0800 From: "Zhang, Qi Z" To: "Wang, Jie1X" , "dev@dpdk.org" CC: "Yang, SteveX" , "orika@nvidia.com" , "Singh, Aman Deep" , "Yigit, Ferruh" , "thomas@monjalon.net" , "andrew.rybchenko@oktetlabs.ru" , "Wu, Jingjing" , "Xing, Beilei" , "olivier.matz@6wind.com" Subject: RE: [PATCH v5 4/6] common/iavf: add session ID fields for L2TPv2 Thread-Topic: [PATCH v5 4/6] common/iavf: add session ID fields for L2TPv2 Thread-Index: AQHYHZjtKGRAtLYjHE+RUozdrs5qYqyNlI9g Date: Fri, 11 Feb 2022 01:37:43 +0000 Message-ID: References: <20220208083849.510136-1-jie1x.wang@intel.com> <20220209093857.79364-1-jie1x.wang@intel.com> <20220209093857.79364-5-jie1x.wang@intel.com> In-Reply-To: <20220209093857.79364-5-jie1x.wang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.200.16 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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 > -----Original Message----- > From: Wang, Jie1X > Sent: Wednesday, February 9, 2022 5:39 PM > To: dev@dpdk.org > Cc: Yang, SteveX ; orika@nvidia.com; Singh, Aman > Deep ; Yigit, Ferruh ; > thomas@monjalon.net; andrew.rybchenko@oktetlabs.ru; Wu, Jingjing > ; Xing, Beilei ; Zhang, Qi = Z > ; olivier.matz@6wind.com; Wang, Jie1X > > Subject: [PATCH v5 4/6] common/iavf: add session ID fields for L2TPv2 >=20 > Add virtchnl fields session ID of L2TPv2 for AVF HASH. >=20 > Signed-off-by: Jie Wang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi