Re: [dpdk-dev] [PATCH] common/qat: add missing kmod dependency

2020-10-28 Thread Akhil Goyal
> Subject: [dpdk-dev] [PATCH] common/qat: add missing kmod dependency > > Dependency on kmod needed to manage crypto devices is missing > in qat crypto pmd. > > Cc: sta...@dpdk.org > Fixes: 0880c40113ef ("drivers: advertise kmod dependencies in pmdinfo") > Sign

[dpdk-dev] [PATCH] common/qat: add missing kmod dependency

2020-10-23 Thread Didier Pallard
Dependency on kmod needed to manage crypto devices is missing in qat crypto pmd. Cc: sta...@dpdk.org Fixes: 0880c40113ef ("drivers: advertise kmod dependencies in pmdinfo") Signed-off-by: Didier Pallard --- drivers/common/qat/qat_device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drive