lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 15 Mar 2023 18:41:45 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     Tariq Toukan <ttoukan.linux@...il.com>
Cc:     davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
        pabeni@...hat.com, borisp@...dia.com, john.fastabend@...il.com,
        maximmi@...dia.com, tariqt@...dia.com, vfedorenko@...ek.ru,
        Gal Pressman <gal@...dia.com>,
        Saeed Mahameed <saeedm@...dia.com>
Subject: Re: [PATCH net-next v3 7/7] tls: rx: do not use the standard
 strparser

On Wed, 15 Mar 2023 22:26:55 +0200 Tariq Toukan wrote:
> +       printk("skb: %p, len = %d, nfrags = %d\n", darg->skb, 
> darg->skb->len, skb_shinfo(darg->skb)->nr_frags);
> +       for (i = 0; i < skb_shinfo(darg->skb)->nr_frags; i++)
> +               printk("frag#%d: %p, len %d\n", i, 

Not enough info, I tried my best to get the CX6 DX I have to work, 
but mlx5_crypto_create_dek_key() returns -EINVAL fw 22.32.1206
IDK what the story is but it's quite frustrating to try to help
the offload vendors (NXP before you) and not be able to repro even 
when in theory one has the right HW :|

What do I need to do get a CX6 DX which reports

# ethtool -k eth0 | grep tls
tls-hw-tx-offload: on
tls-hw-rx-offload: on

to actually offload TLS 1.2?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ