[PATCH] app/crypto-perf: add IPsec ops population routine
Akhil Goyal
gakhil at marvell.com
Fri Mar 4 11:57:04 CET 2022
> Subject: [PATCH] app/crypto-perf: add IPsec ops population routine
>
> Ops population functions are called in datapath. Keeping it common for
> PDCP & DOCSIS would mean ops population would have additional
> conditional checks causing the throughput reported to be lower than what
> the PMD is capable of.
>
> Separate out routine for IPsec cases and split vector population and op
> preparation into two loops to allow 2 rte_rdtsc_precise() calls to
> capture cycles consumed for memcpying the vector. Checking the cycle
> count from the loop would mean more calls to the same API.
>
> Signed-off-by: Anoob Joseph <anoobj at marvell.com>
Acked-by: Akhil Goyal <gakhil at marvell.com>
Seems to be a pretty straight forward change.
Applied to dpdk-next-crypto
Thanks.
More information about the dev
mailing list