> -Original Message-
> From: dev On Behalf Of Fan Zhang
> Sent: Friday, September 4, 2020 5:10 PM
> To: dev@dpdk.org
> Cc: akhil.go...@nxp.com; Trahe, Fiona ; Kusztal,
> ArkadiuszX ; Dybkowski, AdamX
> ; Zhang, Roy Fan
> Subject: [dpdk-dev] [dpdk-dev v2 1/2]
dpdk-dev] [dpdk-dev v2 1/2] fips_validation: add SGL support
>
> Hi,
>
...
> > @@ -50,8 +55,10 @@ cryptodev_fips_validate_app_int(void)
> > {
> > struct rte_cryptodev_config conf = {rte_socket_id(), 1, 0};
> > struct rte_cryptodev_qp_conf qp_conf = {128
Hi,
On 9/5/2020 12:09 AM, Fan Zhang wrote:
This patch adds SGL support to FIPS sample application.
Originally the application allocates single mbuf of 64KB - 1
bytes data room. With the change the user may reduce the
mbuf dataroom size by using the add cmdline option. If the
input test data is l
This patch adds SGL support to FIPS sample application.
Originally the application allocates single mbuf of 64KB - 1
bytes data room. With the change the user may reduce the
mbuf dataroom size by using the add cmdline option. If the
input test data is longer than the user provided data room
size th
4 matches
Mail list logo