crypto/qat: assign device to correct NUMA node
rte_cryptodev_pmd_init_params should use NUMA node of the QAT device for its socket_id rather than the socket_id of the initializing process. Signed-off-by: Lee Roberts <lee.roberts@hpe.com> Acked-by: Fiona Trahe <fiona.trahe@intel.com>
This commit is contained in:
parent
fd54d6514e
commit
5d3ac0d775
@ -130,7 +130,7 @@ static int crypto_qat_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
|
||||
{
|
||||
struct rte_cryptodev_pmd_init_params init_params = {
|
||||
.name = "",
|
||||
.socket_id = rte_socket_id(),
|
||||
.socket_id = pci_dev->device.numa_node,
|
||||
.private_data_size = sizeof(struct qat_pmd_private),
|
||||
.max_nb_sessions = RTE_QAT_PMD_MAX_NB_SESSIONS
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user