From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from oak.phenome.org (unknown [193.110.157.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 903BF425CCD; Thu, 26 Feb 2026 15:51:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.110.157.52 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772121112; cv=none; b=XrjJuwXmS9YYgTEmQ+xi1O0hbwnH7NBvKdHGBqFtLVXbqYu5VUSkNxqDifMkbhernSn9a8CgBqs0qrHlYz32yx4hqU5JN0faFmPiVMPTLI3Q6GIGbFqrFK5NwxZ+G6rxTWucueNfTLgVlvKUb7k15UYEC5rb6HWbP9vh68nPJT4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772121112; c=relaxed/simple; bh=TcFOcz7fVcjC6w8g43rMVq5FWzZ9P0cBZWi656YgK/I=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Lv1ZPJx10H1JCBA+/dqd8ea9z74ipqG9fHrxg6Q2WIUZ+zvViA3FuzCl9sH6OyD5UpTb/FFVBOXdg974/D48RMLl3FHXiSDidDnIzxEpHGh/9U+Y4dyz/9Ag1W968kup4tFvQsb85TNDQNlx2jHgca94gA19CY7xeSl+GB8Msas= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=phenome.org; spf=pass smtp.mailfrom=phenome.org; dkim=pass (2048-bit key) header.d=phenome.org header.i=@phenome.org header.b=nqZsp6LU; arc=none smtp.client-ip=193.110.157.52 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=phenome.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=phenome.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=phenome.org header.i=@phenome.org header.b="nqZsp6LU" Authentication-Results: oak.phenome.org (amavisd); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=phenome.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=phenome.org; h= in-reply-to:content-transfer-encoding:content-disposition :content-type:content-type:mime-version:references:message-id :subject:subject:from:from:date:date:received; s=oak1; t= 1772120509; x=1772984510; bh=TcFOcz7fVcjC6w8g43rMVq5FWzZ9P0cBZWi 656YgK/I=; b=nqZsp6LUvVcYPsrEPhD2xELJ5WKU56XLYZMRUq4SIjzjVO5zYgT Yo7IpaJmm74sCwiWriUQ0JrHuouYLvzh8NGO/o37bprSBt4A7arlMw7bDPwdbuQC jFYP/hgGqigMx95zlvMyUwlXVozPhHqJLO7wqw63YEc10i8Ge3qWsWr/0nfISoMP XNpEf3OVrPuMczZl/Nv62e5SUvvEeD+7H7DovnKqQ0Km5FzuGLO1nqRGQnNJn5YP uOEysgcHBmdP+OGBNgdENZjyq5AC1oAXoyI+ENPuonRzUET8k6MglHX4N6w/D9Eu i3vIXTqAeRp16DiSAlnCqHBTkfqBKhBcLtw== X-Virus-Scanned: amavisd at oak.phenome.org Received: by oak.phenome.org (Postfix); Thu, 26 Feb 2026 16:41:47 +0100 (CET) Date: Thu, 26 Feb 2026 16:41:45 +0100 From: Antony Antony To: Yan Yan Cc: Antony Antony , Nathan Harold , antony.antony@secunet.com, Sabrina Dubroca , Steffen Klassert , Herbert Xu , netdev@vger.kernel.org, "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Chiachang Wang , devel@linux-ipsec.org, Simon Horman , linux-kernel@vger.kernel.org Subject: Re: [devel-ipsec] Re: [PATCH ipsec-next v5 3/8] xfrm: allow migration from UDP encapsulated to non-encapsulated ESP Message-ID: References: <7c30e7f8543048a384f693684ccba5f71fe8543b.1769509131.git.antony.antony@secunet.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Hi Yan, On Mon, Feb 23, 2026 at 07:28:06PM -0800, Yan Yan wrote: > Hi Antony, > > Sorry for the late reply. We’ve prototyped this and confirmed that > Android can be changed to explicitly provide the encap_tmpl in the > MIGRATE requests. Also we are excited to have kernel support for > encap-to-non-encap migration. Thanks for the confirmation and prototype testing. I will send out v6 soon. Would you like to add any tags Tested or Reviewd... -antony