Re: [dpdk-dev] [PATCH v3] drivers/qat: fix failure to create PMD

2018-10-16 Thread Akhil Goyal
On 10/11/2018 10:57 PM, Cel, TomaszX wrote: >> -Original Message- >> From: Trahe, Fiona >> Sent: Thursday, October 11, 2018 7:14 PM >> To: dev@dpdk.org >> Cc: akhil.go...@nxp.com; sta...@dpdk.org; Jozwiak, TomaszX >> ; Cel, TomaszX ; >> Trahe, Fiona >> Subject: [PATCH v3] drivers/qat: fi

Re: [dpdk-dev] [PATCH v3] drivers/qat: fix failure to create PMD

2018-10-11 Thread Cel, TomaszX
> -Original Message- > From: Trahe, Fiona > Sent: Thursday, October 11, 2018 7:14 PM > To: dev@dpdk.org > Cc: akhil.go...@nxp.com; sta...@dpdk.org; Jozwiak, TomaszX > ; Cel, TomaszX ; > Trahe, Fiona > Subject: [PATCH v3] drivers/qat: fix failure to create PMD > > If QAT crypto pmd failed

[dpdk-dev] [PATCH v3] drivers/qat: fix failure to create PMD

2018-10-11 Thread Fiona Trahe
If QAT crypto pmd failed to be created due to reaching MAX cryptodevs it prevented QAT comp PMD being created. And vice versa. Change to warning in these cases and allow the other PMD to be created. Fixes: c0c90bc4cade ("compress/qat: add create and destroy functions") Cc: sta...@dpdk.org Signed-