Re: [dpdk-dev] [PATCH] crypto/octeontx: enable build on non Linux OS

2021-07-22 Thread Thomas Monjalon
22/07/2021 22:20, Brandon Lo: > On Thu, Jul 22, 2021 at 3:08 PM Thomas Monjalon wrote: > > > > 22/07/2021 21:06, Thomas Monjalon: > > > 22/07/2021 11:17, Akhil Goyal: > > > > > Enabled build of Octeontx crypto PMD on non linux OS. Other Octeontx > > > > > PMDs are enabled already. > > > > > > > >

Re: [dpdk-dev] [PATCH] crypto/octeontx: enable build on non Linux OS

2021-07-22 Thread Brandon Lo
On Thu, Jul 22, 2021 at 3:08 PM Thomas Monjalon wrote: > > 22/07/2021 21:06, Thomas Monjalon: > > 22/07/2021 11:17, Akhil Goyal: > > > > Enabled build of Octeontx crypto PMD on non linux OS. Other Octeontx > > > > PMDs are enabled already. > > > > > > > > This is to avoid ABI test failure on an OS

Re: [dpdk-dev] [PATCH] crypto/octeontx: enable build on non Linux OS

2021-07-22 Thread Thomas Monjalon
22/07/2021 21:06, Thomas Monjalon: > 22/07/2021 11:17, Akhil Goyal: > > > Enabled build of Octeontx crypto PMD on non linux OS. Other Octeontx > > > PMDs are enabled already. > > > > > > This is to avoid ABI test failure on an OS once we add dependency > > > between a driver which is built to anot

Re: [dpdk-dev] [PATCH] crypto/octeontx: enable build on non Linux OS

2021-07-22 Thread Thomas Monjalon
22/07/2021 11:17, Akhil Goyal: > > Enabled build of Octeontx crypto PMD on non linux OS. Other Octeontx > > PMDs are enabled already. > > > > This is to avoid ABI test failure on an OS once we add dependency > > between a driver which is built to another which is not. > > Fixes: 8dc6c2f12ecf ("cr

Re: [dpdk-dev] [PATCH] crypto/octeontx: enable build on non Linux OS

2021-07-22 Thread Akhil Goyal
> Enabled build of Octeontx crypto PMD on non linux OS. Other Octeontx > PMDs are enabled already. > > This is to avoid ABI test failure on an OS once we add dependency > between a driver which is built to another which is not. Fixes: 8dc6c2f12ecf ("crypto/octeontx: add crypto adapter framework")

[dpdk-dev] [PATCH] crypto/octeontx: enable build on non Linux OS

2021-07-22 Thread Shijith Thotton
Enabled build of Octeontx crypto PMD on non linux OS. Other Octeontx PMDs are enabled already. This is to avoid ABI test failure on an OS once we add dependency between a driver which is built to another which is not. Signed-off-by: Shijith Thotton --- drivers/crypto/octeontx/meson.build | 4 --