DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] [crypto-QAT] how does qat sym pmd setup session
@ 2019-05-23 18:49 Meng Wang
  2019-05-24  9:37 ` Trahe, Fiona
  0 siblings, 1 reply; 2+ messages in thread
From: Meng Wang @ 2019-05-23 18:49 UTC (permalink / raw)
  To: users

Hi,

I find it a bit confusing that in qat_sym_pmd.c, session_pool was not 
set when sym qp was setup, as shown below.

static int qat_sym_qp_setup(struct rte_cryptodev *dev, uint16_t qp_id,
     const struct rte_cryptodev_qp_conf *qp_conf,
     int socket_id, struct rte_mempool *session_pool __rte_unused)

However, later on when qat sym builds request it explicitly looks for 
session info in qat_sym_build_request(), which ends up with failure.

Did I miss something during device and qp setup? How does qat sym setup 
session info for qp?

Thanks,
Meng

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-24  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-23 18:49 [dpdk-users] [crypto-QAT] how does qat sym pmd setup session Meng Wang
2019-05-24  9:37 ` Trahe, Fiona

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).