From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 4A9E72E6114 for ; Tue, 2 Sep 2025 20:08:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756843719; cv=none; b=P7R2qJfyvkB3M7gaCE0uPrxshR6HruV3QtgbHuT05BfRvBln7JGtMxlFMxkY5sez95xdkEhcl4NDkjc6oe+jQILK7naxihdotKiOYR9BkgzLOiJ0BnJhR/2YO2Aj3psEscg1Z3+5465fRUUkOsUQ4XrkB2667O64xjWB0vP0Q6M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756843719; c=relaxed/simple; bh=8XxXICposh1reVF1u8udfgmAVlkF+ORZNbLdKff+TRY=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=oOcYpWx05olC8CLgl1d0AKrQhcesikr7E4SoN5HbTY1PKqGVRn6Z2ydLLdHMdXXlchyMgWcrHke6vu8wMu4LDPPX7wQmiTvmHGbOWxzIXV+lQvWH7Cwpd0RgKHUTShFeHcrAg4ArodvLBGZNUMSD0IzIHojwf0Qm+iPJJBwf3QU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=W7guYwG/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="W7guYwG/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABA46C4CEF4; Tue, 2 Sep 2025 20:08:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756843718; bh=8XxXICposh1reVF1u8udfgmAVlkF+ORZNbLdKff+TRY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=W7guYwG/HGGGNBeBpArVcSYwkPUdSwCskWPG8TDyHg0NKUkaB3bhKtv0esWyfL2nk IzidRJb5P0jVVnEfAWxzYU5elsw6rGMpFooG+Fb8G5VQEoABE+5YPmnGRQvwxNNs9C CadTgMLbRXA9loObzm1hP9upYhc4I9ElSWLN8gle6hHkmoegKTu++Zdcn3PWN9VVLd wDK+yzUq18rwrDyyRCuKUpLeB+IzPCYVVN7OHOL0IXFeAIZPGISzcTSyB14tGmVuOb rsUafYNK9CMuUJLPuE75ZEG26JJI3VgMIo9I9PXkYKq2XwN7UV9W+dMQaAuVaWF5p5 fhAqRsur57uSg== Date: Tue, 2 Sep 2025 13:08:36 -0700 From: Jakub Kicinski To: Saeed Mahameed Cc: Daniel Zahka , Donald Hunter , "David S. Miller" , Eric Dumazet , Paolo Abeni , Simon Horman , Jonathan Corbet , Andrew Lunn , Saeed Mahameed , Leon Romanovsky , Tariq Toukan , Boris Pismenny , Kuniyuki Iwashima , Willem de Bruijn , David Ahern , Neal Cardwell , Patrisious Haddad , Raed Salem , Jianbo Liu , Dragos Tatulea , Rahul Rameshbabu , Stanislav Fomichev , Toke =?UTF-8?B?SMO4aWxhbmQtSsO4cmdl?= =?UTF-8?B?bnNlbg==?= , Alexander Lobakin , Kiran Kella , Jacob Keller , netdev@vger.kernel.org Subject: Re: [PATCH net-next v10 00/19] add basic PSP encryption for TCP connections Message-ID: <20250902130836.65e4af41@kernel.org> In-Reply-To: References: <20250828162953.2707727-1-daniel.zahka@gmail.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=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 2 Sep 2025 12:41:05 -0700 Saeed Mahameed wrote: > Also As Jakub pointed out on V7, mlx5_ifc changes need to be separated into > own patch, "net/mlx5e: Support PSP offload functionality" need to split at > the point where we cache ps caps on driver load, so main.c and mlx5_if.c in > that patch have to go into own patch and then pulled into mlx5-next branch > to avoid any conflict. Let me know if you need any assistance. Could you take the ifc.h changes as one patch into mlx5-next and send a PR, ASAP?