Re: [dpdk-dev] [PATCH 02/10] qat: update code to use __rte_weak macro

2018-08-29 Thread Jozwiak, TomaszX
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Keith Wiles > Sent: Friday, August 3, 2018 4:06 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 02/10] qat: update code to use __rte_weak > macro > > Signed-off-by: Keith Wiles

[dpdk-dev] [PATCH 02/10] qat: update code to use __rte_weak macro

2018-08-03 Thread Keith Wiles
Signed-off-by: Keith Wiles --- drivers/common/qat/qat_device.c | 12 ++-- drivers/common/qat/qat_qp.c | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/common/qat/qat_device.c b/drivers/common/qat/qat_device.c index f32d72358..db01e5bc2 100644 --- a/drive