[dpdk-dev] [dpdk-dev v8 9/9] crypto/qat: add gen specific implementation
Thomas Monjalon
thomas at monjalon.net
Fri Nov 5 21:39:30 CET 2021
04/11/2021 11:34, Kai Ji:
> From: Fan Zhang <roy.fan.zhang at intel.com>
>
> This patch replaces the mixed QAT symmetric and asymmetric
> support implementation by separate files with shared or
> individual implementation for specific QAT generation.
>
> Signed-off-by: Arek Kusztal <arkadiuszx.kusztal at intel.com>
> Signed-off-by: Fan Zhang <roy.fan.zhang at intel.com>
> Signed-off-by: Kai Ji <kai.ji at intel.com>
> Acked-by: Ciara Power <ciara.power at intel.com>
[...]
> +++ b/drivers/crypto/qat/dev/qat_sym_pmd_gen1.c
> +#include "qat_sym_session.h"
> +#include "qat_sym.h"
> +#include "qat_sym_session.h"
> +#include "qat_crypto.h"
> +#include "qat_crypto_pmd_gens.h"
I suppose the double include of qat_sym_session.h is useless...
More information about the dev
mailing list