Re: [PATCH net-next 0/2] tls: Add TLS 1.3 hardware offload support
From: Rishikesh Jethwani <hidden>
Date: 2026-01-02 18:52:59
From: Rishikesh Jethwani <hidden>
Date: 2026-01-02 18:52:59
Added note about Broadcom bnxt_en out-of-tree driver used for testing. v3: https://lore.kernel.org/netdev/20260102184708.24618-1-rjethwani@purestorage.com/ (local) On Thu, Jan 1, 2026 at 1:32 AM Andrew Lunn [off-list ref] wrote:
On Wed, Dec 31, 2025 at 11:34:04AM -0800, Rishikesh Jethwani wrote:quoted
On Wed, Dec 31, 2025 at 1:17 AM Andrew Lunn [off-list ref] wrote:quoted
quoted
Tested on the following hardware: - Broadcom BCM957608 (Thor 2) - Mellanox ConnectX-6 Dx (Crypto Enabled) Both TX and RX hardware offload verified working with: - TLS 1.3 AES-GCM-128 - TLS 1.3 AES-GCM-256You don't patch any broadcom driver. Does that mean it just works? The changes to the core are all that are needed for BCM957608?The upstream Broadcom bnxt_en driver does not yet support kTLS offload. Testing was performed using the out-of-tree driver version bnxt_en-1.10.3-235.1.154.0, which works without modifications.Please include this in the commit message. Andrew