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 13EC4A04A4 for ; Tue, 1 Mar 2022 12:24:47 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 09DB6426EC; Tue, 1 Mar 2022 12:24:47 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id CAA46407FF; Tue, 1 Mar 2022 12:24:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646133884; x=1677669884; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=V0/1Dh7aqf8zzVH4EoJmzGHsFjVr4/0KoxTTLm4ZG+k=; b=BpM7VZkxqL9OrP2Zo4IfnxE7SCRFYkksXBlr21JPXEUxXkq8QnJ9ASoH LwrDvaIs3jAK/Ec+XBLsW3srnXvZEgq0NdS66wIzoGRO2ZjcZgZv4LIGW Mjxo4QEo/CfyWQLITZ+XrudSzAL1E679li2KyYVxHJZJ60E9Z/fCD1mK/ S0nK/C4mqX/E3f+n7cbyfiSeL6wj5XcmwKq8/tDgkjohZrqJoDTVRodGM p8poKZApTQznhPWBSU5UHMeKUmFV4AhdWBidvBH7JN1yGIGxRdEBb0LRo O07pJYUPsS3sksT04HzL4HDaxaVqLFmIvWsTb9INSEr/1i/f9R+5s52rY w==; X-IronPort-AV: E=McAfee;i="6200,9189,10272"; a="339545166" X-IronPort-AV: E=Sophos;i="5.90,145,1643702400"; d="scan'208";a="339545166" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2022 03:24:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,145,1643702400"; d="scan'208";a="507768713" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga002.jf.intel.com with ESMTP; 01 Mar 2022 03:24:42 -0800 Received: from shsmsx602.ccr.corp.intel.com (10.109.6.142) 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.21; Tue, 1 Mar 2022 03:24:41 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX602.ccr.corp.intel.com (10.109.6.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Tue, 1 Mar 2022 19:24:39 +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.021; Tue, 1 Mar 2022 19:24:39 +0800 From: "Zhang, Qi Z" To: "Nicolau, Radu" , "Wu, Jingjing" , "Xing, Beilei" CC: "dev@dpdk.org" , "Yigit, Ferruh" , "stable@dpdk.org" Subject: RE: [PATCH v2] net/iavf: add NAT-T / UDP encapsulation support Thread-Topic: [PATCH v2] net/iavf: add NAT-T / UDP encapsulation support Thread-Index: AQHYLLPtAOgfhoYOKkC8H9xTGWip0ayqZEtA Date: Tue, 1 Mar 2022 11:24:38 +0000 Message-ID: <49c49c3f1fbc4205a4b201c2077fc41e@intel.com> References: <20220224122729.1777159-1-radu.nicolau@intel.com> <20220228150022.1845435-1-radu.nicolau@intel.com> In-Reply-To: <20220228150022.1845435-1-radu.nicolau@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.401.20 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: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org > -----Original Message----- > From: Nicolau, Radu > Sent: Monday, February 28, 2022 11:00 PM > To: Wu, Jingjing ; Xing, Beilei > Cc: dev@dpdk.org; Zhang, Qi Z ; Yigit, Ferruh > ; Nicolau, Radu ; > stable@dpdk.org > Subject: [PATCH v2] net/iavf: add NAT-T / UDP encapsulation support >=20 > Add support for NAT-T / UDP encapsulated ESP. > This fixes the inline crypto feature for iAVF which will not function pro= perly > without setting the UDP encapsulation options. >=20 > Fixes: 6bc987ecb860 ("net/iavf: support IPsec inline crypto") > Cc: stable@dpdk.org >=20 > Signed-off-by: Radu Nicolau Reviewed-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi