[dpdk-dev] [PATCH] dpdk_qat: fix error message in Makefile

2016-03-29 Thread Pablo de Lara
When compiling dpdk_qat app with an i686 target on a x86_64 OS, an error message was shown, saying that it can only be built on a 32-bit OS, which should be i686 OS, as other 32-bit OS are not supported. Fixes: commit 3460012bcce6 ("examples/qat: update") Signed-off-by: Pablo de Lara --- exampl

[dpdk-dev] [PATCH] dpdk_qat: fix error message in Makefile

2016-03-31 Thread Thomas Monjalon
2016-03-29 19:28, Pablo de Lara: > When compiling dpdk_qat app with an i686 target on a x86_64 OS, > an error message was shown, saying that it can only be built > on a 32-bit OS, which should be i686 OS, as other 32-bit OS > are not supported. > > Fixes: commit 3460012bcce6 ("examples/qat: update