]> git.droids-corp.org - dpdk.git/commit
common/qat: define build request and dequeue operations
authorKai Ji <kai.ji@intel.com>
Wed, 23 Feb 2022 00:49:58 +0000 (08:49 +0800)
committerAkhil Goyal <gakhil@marvell.com>
Wed, 23 Feb 2022 08:59:16 +0000 (09:59 +0100)
commitc3352e724d864b9773dbba5db9f2463b95de0cee
treed71a7eb8dcc49e6f7546cedff99223c245f986ee
parent521fbc716e1e356bad5e85a5ba3982efe42e2fd9
common/qat: define build request and dequeue operations

This patch introduce build request and dequeue op function
pointers to the qat queue pair implementation. The function
pointers are assigned during qat session generation based on input
crypto operation request.

Signed-off-by: Kai Ji <kai.ji@intel.com>
Acked-by: Fan Zhang <roy.fan.zhang@intel.com>
drivers/common/qat/qat_qp.c
drivers/common/qat/qat_qp.h
drivers/compress/qat/qat_comp_pmd.c
drivers/crypto/qat/qat_asym_pmd.c
drivers/crypto/qat/qat_sym_pmd.c
drivers/crypto/qat/qat_sym_session.h