From patchwork Mon Jul 31 11:58:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 13334477 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 E46771801F for ; Mon, 31 Jul 2023 11:58:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D302AC433C8; Mon, 31 Jul 2023 11:58:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690804728; bh=ZdZB42/MR1hgj+SktoePO/x4DWS302BFr0vT4JH85ks=; h=From:To:Cc:Subject:Date:From; b=BagvljnBgtGuS2OJyLi/7T62YySbcJZXzdcUMNi5Qq9ZiSd5kG77Tjl55vpbwKXAp 50/kTuRfNXX0dWxXI/LbiQ5qvF68Y+hblGv9DjYRFwz4hlG1nLDH2mKgp+mxdoOlEn eNz8oJ4sfG/86l/3++4CWQeg9flm/A9Gajn4IzEfqUN8umHLT95bxvlHK/56eVee+D 1nzQxrPNCQrgBfQXuICAqd9DtixvmKBdjtfq/H/sZp0pKdvycqJZRtCJuf+LYiVPr/ iFe36B/E22lWDIh7EybacAekeB+N+wzwaGkdABUpKBg3gLJ7Ua10QCznIPdi+wlEtK 8WBHs01zyVSSg== From: Leon Romanovsky To: Jakub Kicinski Cc: Leon Romanovsky , Steffen Klassert , Eric Dumazet , Jianbo Liu , Paul Blakey , Raed Salem , netdev@vger.kernel.org, Paolo Abeni , Saeed Mahameed , "David S . Miller" , Simon Horman Subject: [PATCH net 0/3] mlx5 IPsec fixes Date: Mon, 31 Jul 2023 14:58:39 +0300 Message-ID: X-Mailer: git-send-email 2.41.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Patchwork-Delegate: kuba@kernel.org From: Leon Romanovsky Hi, The following patches are combination of Jianbo's work on IPsec eswitch mode together with our internal review toward addition of TCP protocol selectors support to IPSec packet offload. Despite not-being fix, the first patch helps us to make second one more clear, so I'm asking to apply it anyway as part of this series. Thanks Jianbo Liu (2): net/mlx5: fs_core: Make find_closest_ft more generic net/mlx5: fs_core: Skip the FTs in the same FS_TYPE_PRIO_CHAINS fs_prio Leon Romanovsky (1): net/mlx5e: Set proper IPsec source port in L4 selector .../mellanox/mlx5/core/en_accel/ipsec_fs.c | 4 +- .../net/ethernet/mellanox/mlx5/core/fs_core.c | 103 ++++++++++++++---- 2 files changed, 85 insertions(+), 22 deletions(-)