On 10/14/2020 12:37 PM, Bruce Richardson wrote:
On Wed, Oct 14, 2020 at 10:27:48AM +, Gagandeep Singh wrote:
Hi Bruce,
May I know the correct way of 32bit compilation on 64bit X86 machine. I tried the
"-m32" c_args, but it returns the below error:
When I build, I also always set -m32 in
On Wed, Oct 14, 2020 at 10:27:48AM +, Gagandeep Singh wrote:
> Hi Bruce,
>
> May I know the correct way of 32bit compilation on 64bit X86 machine. I tried
> the "-m32" c_args, but it returns the below error:
>
When I build, I also always set -m32 in 'c_link_args' and set
PKG_CONFIG_LIBDIR in
.c.o'
ninja: build stopped: subcommand failed.
b10814@dpdk-xeon:~/dpdk-up$
> -Original Message-
> From: Thomas Monjalon
> Sent: Wednesday, October 7, 2020 3:07 AM
> To: Gagandeep Singh
> Cc: dev@dpdk.org; Nipun Gupta ; Hemant Agrawal
>
> Subject: Re: [dpdk-dev]
Hi,
I see a build issue in the first patch,
so I didn't check further:
drivers/raw/dpaa2_qdma/dpaa2_qdma.c:1158:30: error:
initialization of ‘int (*)(const struct rte_rawdev *, void *, size_t)’ {aka
‘int (*)(const struct rte_rawdev *, void *, long unsigned int)’} from
incompatible pointer type
Acked-by: Hemant Agrawal
dpaa2_qdma was partially using direct pmd APIs.
This patch changes that and adapt the driver to use
more of the rawdev APIs
Signed-off-by: Gagandeep Singh
---
drivers/raw/dpaa2_qdma/dpaa2_qdma.c | 331 ++--
drivers/raw/dpaa2_qdma/dpaa2_qdma.h | 3 +-
dri
6 matches
Mail list logo