> This is being worked on. We are in the process of creating a new tag. We will
> update soon.
>
A new tag SECLIB-IPSEC-2024.03.05 has been created. We will be sending out a
patch for the documentation soon.
> Subject: [PATCH v4] crypto/ipsec_mb: unified IPsec MB interface
>
> Currently IPsec MB provides both the JOB API and direct API.
> AESNI_MB PMD is using the JOB API codepath while ZUC, KASUMI, SNOW3G
> and CHACHA20_POLY1305 are using the direct API.
> Instead of using the di
et_in_bits / 8);
>>> +state->args.out[used_lane_idx] = job->dst + (job-
>>>> cipher_start_src_offset_in_bits / 8);
>>> state->args.byte_length[used_lane_idx] = job->msg_len_to_cipher_in_bits
>>> /
>> 8;
>>> state->args.INITIALIZE
= job->dst + (job-
> > >cipher_start_src_offset_in_bits / 8);
> > state->args.byte_length[used_lane_idx] =
> > job->msg_len_to_cipher_in_bits /
> 8;
> > state->args.INITIALIZED[used_lane_idx] = 0;
> > state->lens[used_lane_idx] =
;
> Thanks,
> Brian
>
> > -----Original Message-
> > From: Dooley, Brian
> > Sent: Wednesday, February 28, 2024 11:33 AM
> > To: Ji, Kai ; De Lara Guarch, Pablo
> >
> > Cc: dev@dpdk.org; gak...@marvell.com; Dooley, Brian
> >
> > Subject:
used_lane_idx] = job->msg_len_to_cipher_in_bits / 8;
Thanks,
Brian
> -Original Message-
> From: Dooley, Brian
> Sent: Wednesday, February 28, 2024 11:33 AM
> To: Ji, Kai ; De Lara Guarch, Pablo
>
> Cc: dev@dpdk.org; gak...@marvell.com; Dooley, Brian
>
> Subject:
> -Original Message-
> From: Brian Dooley
> Sent: Wednesday, February 28, 2024 11:33 AM
> To: Ji, Kai ; De Lara Guarch, Pablo
>
> Cc: dev@dpdk.org; gak...@marvell.com; Dooley, Brian
>
> Subject: [PATCH v4] crypto/ipsec_mb: unified IPsec MB interface
>
&g
Currently IPsec MB provides both the JOB API and direct API.
AESNI_MB PMD is using the JOB API codepath while ZUC, KASUMI, SNOW3G
and CHACHA20_POLY1305 are using the direct API.
Instead of using the direct API for these PMDs, they should now make
use of the JOB API codepath. This would remove all u
8 matches
Mail list logo